[Openmp-commits] [PATCH] D95545: [OpenMP][NVPTX] Added the missing -O1 when building NVPTX bitcode libraries

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 27 11:11:35 PST 2021


tianshilei1992 added a comment.

In D95545#2525820 <https://reviews.llvm.org/D95545#2525820>, @jdoerfert wrote:

> 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.

Yes, TBAA is created.


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