Remove tables from X86MCPlusBuilder, make use of llvm::X86 mnemonic tables.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
bolt/lib/Target/X86/X86MCPlusBuilder.cpp | ||
---|---|---|
77 | 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. |
bolt/lib/Target/X86/X86MCPlusBuilder.cpp | ||
---|---|---|
77 | My understanding is that _DB instructions can only be lowered into, but can't be produced by a disassembler, so no, it shouldn't matter for BOLT that these are left out. |
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.