[Mlir-commits] [mlir] [NVVM][MLIR] Remove Pure trait from clock, clock64, globaltimer Ops (PR #147608)

Pradeep Kumar llvmlistbot at llvm.org
Thu Jul 10 00:07:16 PDT 2025


================
@@ -159,6 +159,13 @@ class NVVM_SpecialRegisterOp<string mnemonic, list<Trait> traits = []> :
   let assemblyFormat = "attr-dict `:` type($res)";
 }
 
+// NVVM_NCSpecialRegisterOp represents a non-constant special register
+class NVVM_NCSpecialRegisterOp<string mnemonic, list<Trait> traits = []> :
----------------
schwarzschild-radius wrote:

Thanks @grypp ! Updated the Op names in the latest revision

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


More information about the Mlir-commits mailing list