aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fold-sext-trunc.ll
AgeCommit message (Expand)Author
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-04-27When transforming sext(trunc(load(x))) into sext(smaller load(x)),Dan Gohman