[llvm] [TableGen] Extend direct lookup to instruction values in generic tables. (PR #80486)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 3 19:45:43 PST 2024


================
@@ -638,6 +662,7 @@ void SearchableTableEmitter::collectTableEntries(
 
   Record *IntrinsicClass = Records.getClass("Intrinsic");
   Record *InstructionClass = Records.getClass("Instruction");
+  bool SawInstructionField = false;
----------------
wangpc-pp wrote:

SawInstructionField->HasInstructionField?

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


More information about the llvm-commits mailing list