[llvm] [X86][tablgen] Auto-gen broadcast tables (PR #73654)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 04:07:41 PST 2023


================
@@ -508,19 +610,28 @@ void X86FoldTablesEmitter::updateTables(const CodeGenInstruction *RegInst,
           isMemoryOperand(MemOpRec)) {
         switch (I) {
         case 0:
+          assert(!IsBroadcast && "BroadcastTable0 needs to be added");
----------------
RKSimon wrote:

What's stopping us adding BroadcastTable0?

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


More information about the llvm-commits mailing list