[PATCH] D103770: Injection of kernel features into the LLVM IR during the OpenMP transform stage
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 8 07:17:07 PDT 2021
jdoerfert added a comment.
squash the commits so that we see the diff not from the last change but the entire change set
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:1500
+ continue;
+ } else {
+ // OMPInfoCache has returned the analysis result -- pack the feature
----------------
No else.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103770/new/
https://reviews.llvm.org/D103770
More information about the llvm-commits
mailing list