Chris Lattner
|
6a144a2227
|
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.
llvm-svn: 145171
|
2011-11-27 06:54:59 +00:00 |
Dan Gohman
|
9059833de6
|
Make several tests less fragile.
llvm-svn: 93230
|
2010-01-12 04:52:47 +00:00 |
Dan Gohman
|
40503396da
|
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81290
|
2009-09-08 23:54:48 +00:00 |
Dan Gohman
|
ba83228cdb
|
Fix LSR's IV sorting function to explicitly sort by bitwidth
after sorting by stride value. This prevents it from missing
IV reuse opportunities in a host-sensitive manner.
llvm-svn: 64415
|
2009-02-13 00:26:43 +00:00 |