[llvm-commits] [llvm] r129497 - in /llvm/trunk: lib/Target/X86/ lib/Target/X86/InstPrinter/ test/CodeGen/X86/ test/MC/X86/
Dan Gohman
gohman at apple.com
Wed Apr 13 18:38:49 PDT 2011
On Apr 13, 2011, at 6:11 PM, Bill Wendling wrote:
> Author: void
> Date: Wed Apr 13 20:11:51 2011
> New Revision: 129497
>
> URL: http://llvm.org/viewvc/llvm-project?rev=129497&view=rev
> Log:
> 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.
Hi Bill,
movzbl, movsbl, and friends are nicer than movzx and movsx
in the AT&T syntax because AT&T syntax uses suffixes rather
than implicit typing for just about everything else.
Dan
More information about the llvm-commits
mailing list