[llvm] [NVPTX] Misc table-gen cleanup (NFC) (PR #142877)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 6 12:28:48 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),
----------------
AlexMaclean wrote:
@Artem-B would using `""` be alright with you?
https://github.com/llvm/llvm-project/pull/142877
More information about the llvm-commits
mailing list