[llvm] [NVPTX] Misc table-gen cleanup (NFC) (PR #142877)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 9 11:48:28 PDT 2025


================
@@ -513,14 +498,14 @@ class CpAsyncBulkStr<bit mc, bit ch, bit mask = 0> {
 }
 
 multiclass CP_ASYNC_BULK_S2G_INTR<bit has_ch> {
-  def NAME : NVPTXInst<(outs), (ins ADDR:$dst, ADDR:$src, Int32Regs:$size, Int64Regs:$ch),
+  def "" : NVPTXInst<(outs), (ins ADDR:$dst, ADDR:$src, Int32Regs:$size, Int64Regs:$ch),
----------------
Artem-B wrote:

I'll leave it up to you. Both approaches are OK with me.

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


More information about the llvm-commits mailing list