aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt/load-store-global.ll
AgeCommit message (Expand)Author
2012-09-28GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...Benjamin Kramer
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-04-19rename *.llx -> *.ll, last batch.Chris Lattner