[Mlir-commits] [mlir] [MLIR][NVVM] Print readable modifer (NFC) (PR #153779)

Mehdi Amini llvmlistbot at llvm.org
Fri Aug 15 05:25:59 PDT 2025


================
@@ -61,7 +61,7 @@ struct PtxLowering
 
     op.getAsmValues(rewriter, asmValues);
     for (auto &[asmValue, modifier] : asmValues) {
-      LDBG() << asmValue << "\t Modifier : " << &modifier;
+      LDBG() << asmValue << "\t Modifier : " << modifier;
----------------
joker-eph wrote:

Is this leftover debugging? That seems verbose to have here?

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


More information about the Mlir-commits mailing list