[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:40 PST 2023


================
@@ -148,12 +177,19 @@ class X86FoldTablesEmitter {
   //
   // Table#i - Holds instructions which the their memory form
   //           performs a load OR a store, and their #i'th operand is folded.
+  //
+  // BroadcastTable#i - Holds instructions which the their memory form performs
+  //                    a broadcat load and their #i'th operand is folded.
----------------
RKSimon wrote:

broadcat -> broadcast

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


More information about the llvm-commits mailing list