[Openmp-commits] [PATCH] D95545: [OpenMP][NVPTX] Added the missing -O1 when building NVPTX bitcode libraries
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 27 10:30:05 PST 2021
jdoerfert added a comment.
Does O1 <https://reviews.llvm.org/owners/package/1/> create TBAA? we might need `-O3 -Xclang -disable-llvm-optzns` or `-Xclang -disable-O0-optnone` if we can also remove the `noinline` that way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95545/new/
https://reviews.llvm.org/D95545
More information about the Openmp-commits
mailing list