aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/load-cmp.ll
AgeCommit message (Expand)Author
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison
2010-03-05make these less sensitive to temporary naming.Chris Lattner
2010-01-04Truncate GEP indexes larger than the pointer size down to pointer sizeChris Lattner
2010-01-03generalize the previous transformation to handle indexing intoChris Lattner
2010-01-02teach instcombine to optimize idioms like A[i]&42 == 0. ThisChris Lattner
2010-01-02Teach the table lookup optimization to generate range comparesChris Lattner
2010-01-02Generalize the previous xform to handle cases where exactlyChris Lattner
2010-01-02enhance the compare/load/index optimization to work on *any* loadChris Lattner
2010-01-02enhance the previous optimization to work with fcmp in additionChris Lattner
2010-01-02Teach instcombine to fold compares of loads from constantChris Lattner