Bill Wendling
|
410ec4aad1
|
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
|
7e07d6fb69
|
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 |
Chris Lattner
|
ff392ab3ed
|
now that generic vector types aren't selected onto MMX registers, these
tests don't need -disable-mmx.
llvm-svn: 122188
|
2010-12-19 20:12:58 +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 |
Daniel Dunbar
|
abf2bb683a
|
Remove dead greps.
llvm-svn: 80946
|
2009-09-03 20:59:02 +00:00 |
Mon P Wang
|
eadd21ea3c
|
Test cases for vector shifts changes r80935
Changed the old vector shift test to use FileCheck
llvm-svn: 80936
|
2009-09-03 19:57:35 +00:00 |
Dan Gohman
|
0d4bbf2c4a
|
Remove obsolete -f flags.
llvm-svn: 79992
|
2009-08-25 15:38:29 +00:00 |
Mon P Wang
|
d880efc005
|
Added sse test patterns for r62979 and r63193.
llvm-svn: 63194
|
2009-01-28 08:13:56 +00:00 |