Add r149110 back with a fix for when the vector and the int have the same
[oota-llvm.git] / test / Transforms / ConstProp / loads.ll
2011-02-06 Anders CarlssonWhen loading from a constant, fold inttoptr if the...
2010-01-08 Chris Lattnerfix PR5978 by peeling the loop so that we avoid shiftin...
2009-12-04 Chris LattnerFix PR5551 by not ignoring the top level constantexpr...
2009-10-24 Chris Lattnerfix PR5287, a serious regression from my previous patch...
2009-10-23 Chris Lattnerteach libanalysis to simplify vector loads with bitcast...
2009-10-23 Chris Lattnerenhance FoldReinterpretLoadFromConstPtr to handle loads...
2009-10-23 Chris Lattnerteach libanalysis to fold int and fp loads from almost...