This is the mail archive of the gcc@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] Switch stmts and inserting on edge


On Sat, 31 May 2003, Zack Weinberg wrote:

> There's a whole portfolio of target-independent transformations that
> it would be nice to see done on SWITCH_EXPRs at the tree level.  For

Another example is Roger Sayle's recent change to expand some switch
statements a shift with bitwise and instructions... which can also be
performed at the tree level.

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/


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