[PATCH] D11794: Fix REPE, REPZ, REPNZ for intel syntax

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 06:04:47 PDT 2015


mcrosier added a comment.

And by fix you mean we should be applying the mnemonic aliases for both the Intel and
AT&T dialect unconditionally?


================
Comment at: test/MC/X86/intel-syntax.s:689
@@ +688,3 @@
+repnz cmpsb
+//CHECK: rep
+//CHECK: cmpsb	%es:(%rdi), (%rsi)
----------------
Please put spaces between "//" and the "CHECK".


Repository:
  rL LLVM

http://reviews.llvm.org/D11794





More information about the llvm-commits mailing list