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: [tree-ssa] fix tree-ssa/20030922-1.c


In message <20040204113512.GA5554@redhat.com>, Richard Henderson writes:
 >By eliminating the zero-extension, the switch expression matches
 >the form of the if expression, which allows us to look up the 
 >value we expected.
 >
 >There's lots of other possibilities for this function, particularly
 >wrt even the minimal VRP that dom already does.
Yup.  The data we need is lying around -- it's more of a bookkeeping
issue with eliminating nodes from the SWITCH_EXPR which are outside the
range of the variable in SWITCH_COND.

jeff



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