llvm-project
19ad75ef - [mlir][acc] Ensure implicit declare hoisting works for compute_region (#192501)

Commit
3 days ago
[mlir][acc] Ensure implicit declare hoisting works for compute_region (#192501) Any hoisting across `acc.compute_region` needs to be wired through block arguments as the region is `IsolatedFromAbove`. Thus update `ACCImplicitDeclare` to do so by using new API `wireHoistedValueThroughIns` which handles the value wiring after hoisting.
Parents
Loading