[llvm-branch-commits] [flang] [Flang][OpenMP] PoC module support for allocate directives (PR #216022)
Raghu Maddhipatla via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 13 07:33:40 PDT 2026
raghavendhra wrote:
I am addressing #2 listed here on your list in https://github.com/llvm/llvm-project/pull/212361
For #4, at the time of designing I considered omp.allocate instead of omp.allocate_dir but however I added omp.allocate_dir to distinguish between ALLOCATE directive and ALLOCATE clause. And the other concern of using new value is addressed in https://github.com/llvm/llvm-project/pull/212361
https://github.com/llvm/llvm-project/pull/216022
More information about the llvm-branch-commits
mailing list