[llvm] [TableGen] Add InstrInfoEmitter options for operand type/size mappings (PR #125797)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 11:56:48 PST 2025
================
@@ -7,7 +7,7 @@ tablegen(LLVM AVRGenAsmWriter.inc -gen-asm-writer)
tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
tablegen(LLVM AVRGenDAGISel.inc -gen-dag-isel)
tablegen(LLVM AVRGenDisassemblerTables.inc -gen-disassembler)
-tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info)
+tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info --emit-operand-types)
----------------
jurahul wrote:
Fixed. I guess cl:: library accepts both, so things worked (I built locally with all backends enabled).
https://github.com/llvm/llvm-project/pull/125797
More information about the llvm-commits
mailing list