[Mlir-commits] [mlir] [mlir][acc] Drop redundant `acc.terminator` erase that broke atomic capture under `if` (PR #205731)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jun 25 09:22:59 PDT 2026
khaki3 wrote:
`acc.data`, `acc.host_data`, `acc.kernel_environment`, `acc.declare`, and `acc.kernels` all go through the shared `ACCRegionUnwrapConversion`, which erases the terminator explicitly before inlining. `acc.atomic.capture` does the same in its own conversion.
I'll commit this one.
https://github.com/llvm/llvm-project/pull/205731
More information about the Mlir-commits
mailing list