It's a tiny patch to close https://bugs.llvm.org/show_bug.cgi?id=32808. Hope it will be accepted quickly.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp | ||
---|---|---|
761 | We don't need to do this here. Just add Requires<[Not64BitMode]> to the end of the instruction definition in X86InstrSystem.td. |
We don't need to do this here. Just add Requires<[Not64BitMode]> to the end of the instruction definition in X86InstrSystem.td.