diff options
author | Kareem Ergawy <kareem.ergawy@amd.com> | 2025-09-23 07:27:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-23 07:27:21 +0200 |
commit | 9008c44c71c8ec1eddc64b61ccfa18c9bb2ba462 (patch) | |
tree | 8a3d8d1f51d68a03a9e592411b7d3bc0bda904f3 /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | c69a70bf31d77a14d23d0ebaabfbf0d68cc684d3 (diff) | |
download | llvm-9008c44c71c8ec1eddc64b61ccfa18c9bb2ba462.zip llvm-9008c44c71c8ec1eddc64b61ccfa18c9bb2ba462.tar.gz llvm-9008c44c71c8ec1eddc64b61ccfa18c9bb2ba462.tar.bz2 |
[flang][OpenMP] `do concurrent`: support `local` on device (#157638)
Extends support for mapping `do concurrent` on the device by adding
support for `local` specifiers. The changes in this PR map the local
variable to the `omp.target` op and uses the mapped value as the
`private` clause operand in the nested `omp.parallel` op.
- https://github.com/llvm/llvm-project/pull/155754
- https://github.com/llvm/llvm-project/pull/155987
- https://github.com/llvm/llvm-project/pull/155992
- https://github.com/llvm/llvm-project/pull/155993
- https://github.com/llvm/llvm-project/pull/157638 ◀️
- https://github.com/llvm/llvm-project/pull/156610
- https://github.com/llvm/llvm-project/pull/156837
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions