- Jan 30, 2010
-
-
Bob Wilson authored
llvm-svn: 94863
-
- Jan 29, 2010
-
-
Bob Wilson authored
create a testcase where this matters. The select+load transformation only occurs when isSafeToLoadUnconditionally is true, and in those situations, instcombine also changes the underlying objects to be aligned. This seems like a good idea regardless, and I've verified that it doesn't pessimize the subsequent realignment. llvm-svn: 94850
-
Bob Wilson authored
indices are safe if the result is known to be within the bounds of the underlying object. llvm-svn: 94829
-
- Jan 22, 2010
-
-
Victor Hernandez authored
llvm-svn: 94194
-
Victor Hernandez authored
llvm-svn: 94112
-
- Jan 19, 2010
-
-
Eric Christopher authored
llvm-svn: 93831
-
- Jan 05, 2010
-
-
Chris Lattner authored
llvm-svn: 92685
-