[llvm] [TableGen] Add InstrInfoEmitter options for operand type/size mappings (PR #125797)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 11:50:07 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)
----------------
s-barannikov wrote:

(nit) double dash is inconsistent with other changes

https://github.com/llvm/llvm-project/pull/125797


More information about the llvm-commits mailing list