[PATCH] D144183: [X86][MC] Fix the bug of -output-asm-variant=1 for intel syntax
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 06:02:38 PST 2023
pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.
LG.
================
Comment at: llvm/test/MC/Disassembler/X86/intel-syntax.txt:174
-
+# CHECK: lea rcx, [1*rax]
+0x48 0x8d 0x0c 0x05 0x00 0x00 0x00 0x00
----------------
Too many spaces.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144183/new/
https://reviews.llvm.org/D144183
More information about the llvm-commits
mailing list