[PATCH] D105787: [AbstractAttributor] Fold function calls to `__kmpc_is_spmd_exec_mode` if possible

Shilei Tian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 16 05:54:48 PDT 2021


tianshilei1992 added a comment.

In D105787#2882375 <https://reviews.llvm.org/D105787#2882375>, @Meinersbur wrote:

> Thank you for the revert, it has fixed many failures in the buildbot openmp-offload-cuda-project (https://lab.llvm.org/staging/#/builders/155/builds/1885) with only 5 remaining (4 by PR49940, PR50738 and PR50739; and 1 caused by either D101976 <https://reviews.llvm.org/D101976> or D101977 <https://reviews.llvm.org/D101977>)
>
> Strangely, openmp-offload-cuda-runtime only followed much later when the next clean build was pending (https://lab.llvm.org/staging/#/builders/154/builds/1509). There might be a dependency problem in the `LLVM_ENABLE_RUNTIMES` build.

but I committed it again after all known issues have been fixed. Does it look good now?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105787/new/

https://reviews.llvm.org/D105787



More information about the llvm-commits mailing list