aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/loads.ll
AgeCommit message (Expand)Author
2012-11-08llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi
2011-02-06When loading from a constant, fold inttoptr if the integer type and the resul...Anders Carlsson
2010-01-08fix PR5978 by peeling the loop so that we avoid shifting theChris Lattner
2009-12-04Fix PR5551 by not ignoring the top level constantexpr whenChris Lattner
2009-10-24fix PR5287, a serious regression from my previous patches. Thanks toChris Lattner
2009-10-23teach libanalysis to simplify vector loads with bitcast sources. ThisChris Lattner
2009-10-23enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 Chris Lattner
2009-10-23teach libanalysis to fold int and fp loads from almost arbitraryChris Lattner