This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][TUPLES] Tuplification of tree-ssa-phiopt.c


On Thu, Apr 17, 2008 at 3:55 PM, Doug Kwan (éæå) <dougkwan@google.com> wrote:

>         Construct a boolean tree and let fold and force_gimple_operand_gsi
>         to do optimization and code genaration.

I always wanted to fix up PHI-opt this way but never got around to it.
 This is a good improvement and in some cases, you should be able to
remove some of the checks where we would have produced invalid gimple.

Thanks,
Andrew Pinski

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]