[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 08:53:54 PDT 2026
khaki3 wrote:
Processing happens bottom-up, so each terminator should be removed by its parent's conversion; this fix makes the parent erase its terminator explicitly.
https://github.com/llvm/llvm-project/pull/205731
More information about the Mlir-commits
mailing list