[Mlir-commits] [mlir] [MLIR][NVVM] Improve inline_ptx, add readwrite support (PR #154358)

Durgadoss R llvmlistbot at llvm.org
Wed Aug 20 04:58:26 PDT 2025


================
@@ -59,19 +62,36 @@ static char getRegisterType(Value v) {
   return getRegisterType(v.getType());
 }
 
+/// Extract every elements of a struct value.
----------------
durga4github wrote:

nit: element

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


More information about the Mlir-commits mailing list