Bill Wendling
|
d336de318e
|
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129498 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-04-14 01:46:37 +00:00 |
|
Bill Wendling
|
c6df9883da
|
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129497 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-04-14 01:11:51 +00:00 |
|
Chris Lattner
|
4075546739
|
testcase that goes with r116053
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116054 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-10-08 05:12:30 +00:00 |
|
Chris Lattner
|
77c7008469
|
rename test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116052 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-10-08 05:05:06 +00:00 |
|