[Mlir-commits] [mlir] [MLIR] [OpenMP] Initial support for OMP ALLOCATE directive op. (PR #147900)

Kiran Chandramohan llvmlistbot at llvm.org
Fri Jul 11 08:40:19 PDT 2025


kiranchandramohan wrote:

How do you plan to use this allocate directive operation, given that this is a declarative directive, and should override the allocation of the native language dialect?

Is the name `allocate_dir` to prevent a clash with the `allocate` clause?

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


More information about the Mlir-commits mailing list