aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstantMerge/merge-both.ll
Commit message (Expand)AuthorAgeFilesLines
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-061-0/+3
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Teach the ConstantMerge pass about alignment. Fixes PR10514!Nick Lewycky2011-07-271-2/+15
* Don't merge two constants if we care about the address of both.Rafael Espindola2011-01-161-0/+26