summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ConstantMerge/align.ll
Commit message (Collapse)AuthorAgeFilesLines
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-121-0/+28
Constant merge can merge a constant with implicit alignment with one that has explicit alignment. Before this change it was assuming that the explicit alignment was higher than the implicit one, causing the result to be under aligned in some cases. Fixes pr17815. Patch by Chris Smowton! llvm-svn: 194506
OpenPOWER on IntegriCloud