[PATCH] D106154: [AbstractAttributor] Fold __kmpc_parallel_level if possible
Shilei Tian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 22 08:41:08 PDT 2021
tianshilei1992 added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:3331
+
+ bool AllCallSitesKnown;
+ if (!A.checkForAllCallSites(PredCallSite, *this,
----------------
jdoerfert wrote:
>
Seems unnecessary because this variable is only written in the function call but I can do it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106154/new/
https://reviews.llvm.org/D106154
More information about the llvm-commits
mailing list