aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authoragozillon <Andrew.Gozillon@amd.com>2025-03-07 22:22:30 +0100
committerGitHub <noreply@github.com>2025-03-07 22:22:30 +0100
commitf1178815d2435fdbe9eb5491ff52663e78c8ef7a (patch)
tree83f06520ac9d7f1be9a19db607540b5c2c6de7ae /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent8dd160f4767f971572eac065c8650d9202ff5bf9 (diff)
downloadllvm-f1178815d2435fdbe9eb5491ff52663e78c8ef7a.zip
llvm-f1178815d2435fdbe9eb5491ff52663e78c8ef7a.tar.gz
llvm-f1178815d2435fdbe9eb5491ff52663e78c8ef7a.tar.bz2
[Flang][OpenMP][MLIR] Implement close, present and ompx_hold modifiers for Flang maps (#129586)
This PR adds an initial implementation for the map modifiers close, present and ompx_hold, primarily just required adding the appropriate map type flags to the map type bits. In the case of ompx_hold it required adding the map type to the OpenMP dialect. Close has a bit of a problem when utilised with the ALWAYS map type on descriptors, so it is likely we'll have to make sure close and always are not applied to the descriptor simultaneously in the future when we apply always to the descriptors to facilitate movement of descriptor information to device for consistency, however, we may find an alternative to this with further investigation. For the moment, it is a TODO/Note to keep track of it.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions