[Mlir-commits] [mlir] [mlir][nvvm] Introduce `fence.mbarrier.init`	(PR #74058)
    llvmlistbot at llvm.org 
    llvmlistbot at llvm.org
       
    Fri Dec  1 09:10:22 PST 2023
    
    
  
================
@@ -422,6 +422,22 @@ def NVVM_SetMaxRegisterOp : NVVM_PTXBuilder_Op<"setmaxregister"> {
   let hasVerifier = 1;
 }
 
+def NVVM_FenceMbarrierInitOp : NVVM_PTXBuilder_Op<"fence.mbarrier.init"> {
----------------
durga4github wrote:
I would like to get your thoughts on:
Should we name the Op as "fence.mbarrier_init" ?
(All other places below use the "_" version).
Either ways, change looks good to me.
https://github.com/llvm/llvm-project/pull/74058
    
    
More information about the Mlir-commits
mailing list