[PATCH] D81788: [OpenMPOpt] ICV Tracking
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 10 16:31:55 PDT 2020
jdoerfert accepted this revision.
jdoerfert added a comment.
Add the reproducer as test please. With that one and the change below, LGTM.
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:342
+ }
+ }
+
----------------
`-Size`
`+RFIs.size()`
just add the function to the EnumeratedArray please.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81788/new/
https://reviews.llvm.org/D81788
More information about the llvm-commits
mailing list