[Mlir-commits] [mlir] [mlir][acc] Simplify data entry/exit operation builders (PR #114880)

Razvan Lupusoru llvmlistbot at llvm.org
Tue Nov 5 07:41:44 PST 2024


razvanlupusoru wrote:

> LGTM. Can we use these in lowering?

Potentially yes - but these are less useful in lowering where every argument to the builders is set up. These builders are more useful in passes which will be implemented outside of lowering such as applying "implicit data attributes" as required by OpenACC.

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


More information about the Mlir-commits mailing list