[PATCH] D105246: [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
Thu Jul 8 12:54:21 PDT 2021
tianshilei1992 added inline comments.
================
Comment at: llvm/test/Transforms/OpenMP/is_spmd_exec_mode_unfoldable.ll:343
+entry:
+ %call = call zeroext i1 @_Z13checkSPMDModeP5ident(%struct.ident_t* %loc) #6
+ ret void
----------------
This function will not be called if we remove the way to tell if it is in SPMD mode from ident.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105246/new/
https://reviews.llvm.org/D105246
More information about the llvm-commits
mailing list