diff options
author | Anchu Rajendran S <asudhaku@amd.com> | 2025-08-07 12:23:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-07 12:23:38 -0700 |
commit | 38542efcbabf5ae8ec4b3169321ac793f103bae0 (patch) | |
tree | e8d55c355d7bc0228f08d9c709d954cd953980b3 /llvm/lib/BinaryFormat/DXContainer.cpp | |
parent | 77c79313d1360b4f44919ddb7993543e3ac0a2b1 (diff) | |
download | llvm-38542efcbabf5ae8ec4b3169321ac793f103bae0.zip llvm-38542efcbabf5ae8ec4b3169321ac793f103bae0.tar.gz llvm-38542efcbabf5ae8ec4b3169321ac793f103bae0.tar.bz2 |
[flang][OMPIRBuilder][MLIR][llvm] Backend support for atomic control options (#151579)
Adding mlir to llvm support for atomic control options.
Atomic Control Options are used to specify architectural characteristics
to help lowering of atomic operations. The options used are:
`-f[no-]atomic-remote-memory`, `-f[no-]atomic-fine-grained-memory`,
`-f[no-]atomic-ignore-denormal-mode`.
Legacy option `-m[no-]unsafe-fp-atomics` is aliased to
`-f[no-]ignore-denormal-mode`.
More details can be found in
https://github.com/llvm/llvm-project/pull/102569. This PR implements the
MLIR to LLVM lowering support of atomic control attributes specified
with OpenMP `atomicUpdateOp`.
Initial support can be found in PR:
https://github.com/llvm/llvm-project/pull/150860
Diffstat (limited to 'llvm/lib/BinaryFormat/DXContainer.cpp')
0 files changed, 0 insertions, 0 deletions