[clang] [llvm] [mlir] [NVPTX] Unify and extend barrier{.cta} intrinsic support (PR #140615)

Guray Ozen via cfe-commits cfe-commits at lists.llvm.org
Tue May 20 02:47:48 PDT 2025


================
@@ -462,24 +462,28 @@ def NVVM_MBarrierTestWaitSharedOp : NVVM_Op<"mbarrier.test.wait.shared">,
 // NVVM synchronization op definitions
 //===----------------------------------------------------------------------===//
 
-def NVVM_Barrier0Op : NVVM_IntrOp<"barrier0"> {
+def NVVM_Barrier0Op : NVVM_Op<"barrier0"> {
----------------
grypp wrote:

do you need to change NVVM_IntrOp->NVVM_Op?

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


More information about the cfe-commits mailing list