[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

Chris Lattner clattner at apple.com
Tue Jun 14 18:31:41 PDT 2011


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?

-Chris





More information about the llvm-commits mailing list