[PATCH] D93268: [OpenMPIRBuilder] Implement collapseLoops.
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 3 08:13:30 PST 2021
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
It's a little hard to determine what this does from the code and unit test. It looks reasonable. I'm fine with including it for now as it won't harm.
================
Comment at: llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:1314
+ ContinuePred = NextSrc;
+ };
+
----------------
As far as I can tell, `IncludeNextSrcBB` is always false.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93268/new/
https://reviews.llvm.org/D93268
More information about the llvm-commits
mailing list