[X86InstPrinter] Introduce markup tags emission
authorAntonio Frighetto <me@antoniofrighetto.com>
Fri, 2 Sep 2022 04:04:34 +0000 (21:04 -0700)
committerFangrui Song <i@maskray.me>
Fri, 2 Sep 2022 04:04:35 +0000 (21:04 -0700)
commitf0c50447f6d3da6c170c7ccf790af37611456b4c
tree0d780eace1174c8f560d67bc69469f6e092531e2
parent4e9907977465ff3735dcaf61b2058fb263adbe43
[X86InstPrinter] Introduce markup tags emission

x86 assembly syntax emission now leverages markup tags, if enabled.

Differential Revision: https://reviews.llvm.org/D129869
llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp
llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
llvm/test/MC/Disassembler/X86/marked-up-32.txt [new file with mode: 0644]