[PATCH] D121573: [BOLT][NFC] Use X86 mnemonic tables
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 14 13:02:39 PDT 2022
craig.topper added inline comments.
================
Comment at: bolt/lib/Target/X86/X86MCPlusBuilder.cpp:65
- case X86::ADD16ri8:
- case X86::ADD16ri8_DB:
- case X86::ADD16ri_DB:
----------------
Was it important that the _DB instructions were in here before. They don't have mnemonics so the new patch won't have them as adds.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121573/new/
https://reviews.llvm.org/D121573
More information about the llvm-commits
mailing list