llvm-project/clang/include
Yaxun (Sam) Liu 3f4b5893ef [AMDGPU] Add option -munsafe-fp-atomics
Add an option -munsafe-fp-atomics for AMDGPU target.

When enabled, clang adds function attribute "amdgpu-unsafe-fp-atomics"
to any functions for amdgpu target. This allows amdgpu backend to use
unsafe fp atomic instructions in these functions.

Differential Revision: https://reviews.llvm.org/D91546
2020-11-16 21:52:12 -05:00
..
clang [AMDGPU] Add option -munsafe-fp-atomics 2020-11-16 21:52:12 -05:00
clang-c Address ABI issues introduced with CXCursor_CXXAddrspaceCastExpr 2020-10-30 14:12:01 +00:00
CMakeLists.txt