[Mlir-commits] [clang] [mlir] [OpenACC][CIR] Implement 'private' clause lowering. (PR #151360)

Erich Keane llvmlistbot at llvm.org
Wed Jul 30 09:17:30 PDT 2025


erichkeane wrote:

@razvanlupusoru and @clementval : Would love review of the ACC dialect changes, but also confirmation that I got the IR correct.  Particularly the lack of copy or constructor-initialization, and general privatization appertainment.

I realize this is going to change somewhat when Razvan's refactor patch gets merged (how is that going?), but wanted the feedback too.

To all:
The 3 tests are intentionally all-but-identical to ensure that this works the same/correct for each.

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


More information about the Mlir-commits mailing list