[PATCH] D12594: [X86-64] Allow additional register names in inline assembler.

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 3 11:49:07 PDT 2015


echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.

If you could interleave the test and the check I'd really appreciate it, e.g.:

  __asm__ ("mov r8w, 100;");

// CHECK: call void asm sideeffect "mov r8w, 100;"

Otherwise LGTM. Thanks!

-eric


http://reviews.llvm.org/D12594





More information about the cfe-commits mailing list