diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-10-04 06:12:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 06:12:50 -0700 |
commit | d8f22514eb0b83f302872af4689d27dce67501fc (patch) | |
tree | ddc732a1202be4be8e3b6124ae0c9a809e6b8d17 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 8d661fd9fd50fe4be9a9d5a8cc8f52f23925e7f6 (diff) | |
download | llvm-d8f22514eb0b83f302872af4689d27dce67501fc.zip llvm-d8f22514eb0b83f302872af4689d27dce67501fc.tar.gz llvm-d8f22514eb0b83f302872af4689d27dce67501fc.tar.bz2 |
[Clang] Automatically enable `-fconvergent-functions` on GPU targets (#111076)
Summary:
This patch causes us to respect the `-fconvergent-functions` and
`-fno-convergent-functions` options correctly. GPU targets should have
this set all the time, but we now offer `-fno-convergent-functions` to
opt-out if you want to test broken behavior. This munged about with a
lot of the old weird logic, but I don't think it makes any real changes.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions