Dan Gohman 0fd353376b Make instcombine set explicit alignments on load or store
instructions with alignment 0, so that subsequent passes don't
need to bother checking the TargetData ABI size manually.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110128 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-03 18:20:32 +00:00
..
2010-07-19 08:14:26 +00:00
2010-06-28 21:30:07 +00:00
2010-07-12 00:19:47 +00:00
2010-07-08 11:39:10 +00:00
2010-07-12 14:42:04 +00:00

This directory contains test cases for the instcombine transformation.  The
dated tests are actual bug tests, whereas the named tests are used to test
for features that the this pass should be capable of performing.