[PATCH] D35122: [LoopInterchange] Add some optimization remarks.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 07:04:36 PDT 2017
fhahn added inline comments.
================
Comment at: lib/Transforms/Scalar/LoopInterchange.cpp:937
+ InnerLoop->getHeader())
+ << "Cannot interchange loops due to current limitations.");
return false;
----------------
anemet wrote:
> "Unable to analyze loop" is probably a better wording. Alternatively you could emit the specific reasons under currentLimitations().
I've added more optimization remarks to currentLimitations().}
https://reviews.llvm.org/D35122
More information about the llvm-commits
mailing list