[PATCH] D129870: [AArch64InstPrinter] Introduce register markup tags emission
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 11 12:18:59 PDT 2022
MaskRay added inline comments.
================
Comment at: llvm/test/MC/Disassembler/AArch64/marked-up.txt:16
+
+## bfi/bfxil
+# CHECK-NEXT: bfi <reg:x4>, <reg:x5>, <imm:#52>, <imm:#11>
----------------
It's better to use an instruction family name
For st64b, I pick the extension name.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129870/new/
https://reviews.llvm.org/D129870
More information about the llvm-commits
mailing list