Bill Wendling
|
0b9c16295a
|
As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
(movzx/movsx) because they give more information. Revert that part of the patch.
llvm-svn: 129498
|
2011-04-14 01:46:37 +00:00 |
|
Bill Wendling
|
d49591cf21
|
Have the X86 back-end emit the alias instead of what's being aliased. In most
cases, it's much nicer and more informative reading the alias.
llvm-svn: 129497
|
2011-04-14 01:11:51 +00:00 |
|
Dan Gohman
|
df2896d609
|
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81290
|
2009-09-08 23:54:48 +00:00 |
|
Dan Gohman
|
e1c4d4c5be
|
Fix the RUN lines so that this test actually tests.
llvm-svn: 69096
|
2009-04-14 22:50:17 +00:00 |
|
Dan Gohman
|
365c457893
|
For the h-register addressing-mode trick, use the correct value for
any non-address uses of the address value. This fixes 186.crafty.
llvm-svn: 69094
|
2009-04-14 22:45:05 +00:00 |
|