[llvm] [NVPTX] Print PM Event Mask value as unsigned integer. (PR #178891)
Kirill Vedernikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 2 02:10:24 PST 2026
================
@@ -535,3 +535,14 @@ void NVPTXInstPrinter::printCallOperand(const MCInst *MI, int OpNum,
}
llvm_unreachable("Invalid modifier");
}
+
+template <unsigned Bits>
+void NVPTXInstPrinter::printUImm(const MCInst *MI, int OpNum, raw_ostream &O) {
----------------
kvederni wrote:
It's updated in 97a6a0a.
https://github.com/llvm/llvm-project/pull/178891
More information about the llvm-commits
mailing list