aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2025-01-20 08:11:06 -0600
committerGitHub <noreply@github.com>2025-01-20 08:11:06 -0600
commit58af82b4623c1871a78a53ef86f64d4891dcc2da (patch)
tree0baafe3a9393d7d95be5d65b04454c30188b9ea0 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentb5c9cba3f33512014a18622a0e3479851faf4ce9 (diff)
downloadllvm-58af82b4623c1871a78a53ef86f64d4891dcc2da.zip
llvm-58af82b4623c1871a78a53ef86f64d4891dcc2da.tar.gz
llvm-58af82b4623c1871a78a53ef86f64d4891dcc2da.tar.bz2
[OpenMP] Remove 'omp assumes' scopes now that we have no inline ASM (#123611)
Summary: We used this globally scoped `ext_no_call_asm` as a sort of hack around the compiler that allowed the attributor to optimize out inline assembly calls to PTX instructions. Quite some time ago I got rid of every inline assembly call and replaced it with a builitin, so this can just be deleted. Furthermore, I use the `[[omp::assume]]` attribute directly for the aligned barrier usage. This prints an unknown assumption warning (even though it isn't) so I'm just silencing that for now until I fix it later. --------- Co-authored-by: Michael Kruse <github@meinersbur.de>
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions