[llvm-commits] [llvm] r132963 - in /llvm/trunk: test/CodeGen/X86/2007-09-27-LDIntrinsics.ll test/MC/X86/x86-64.s utils/TableGen/AsmWriterEmitter.cpp

Bill Wendling isanbard at gmail.com
Tue Jun 14 20:41:20 PDT 2011


On Jun 14, 2011, at 6:31 PM, Chris Lattner wrote:

> On Jun 13, 2011, at 8:17 PM, Bill Wendling wrote:
> 
>> Author: void
>> Date: Mon Jun 13 22:17:20 2011
>> New Revision: 132963
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=132963&view=rev
>> Log:
>> Heuristic: If the number of operands in the alias are more than the number of
>> operands in the aliasee, don't print the alias.
> 
> Nice!
> 
>> +++ llvm/trunk/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll Mon Jun 13 22:17:20 2011
>> @@ -22,7 +22,7 @@
>> ; CHECK: bar:
>> ; CHECK: fldt 4(%esp)
>> ; CHECK-NEXT: fld	%st(0)
>> -; CHECK-NEXT: fmul	%st(1), %st(0)
>> +; CHECK-NEXT: fmul	%st(1)
> 
> Woot.
> 
>> // CHECK: inb	$127, %al
>> -// CHECK: inw	%dx
>> +// CHECK: inw	%dx, %ax
> 
> Huh?
> 
Yeah...I'll see what's up with these guys.

-bw






More information about the llvm-commits mailing list