[Mlir-commits] [mlir] [ROCDL] Added missing named barrier ops (gfx1250) (PR #162488)

Alan Li llvmlistbot at llvm.org
Wed Oct 8 18:04:59 PDT 2025


lialan wrote:

The discrepancy here being: barriers needs to be defined as a global variable at the LLVM IR level.
However those intrinsics do not rely on actually reading a global address in the emitted assembly (can see in the lit tests).

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


More information about the Mlir-commits mailing list