[PATCH] D63844: [LoopFusion] Extend use of OptimizationRemarkEmitter
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 16:33:08 PDT 2019
Meinersbur added inline comments.
Herald added a subscriber: wuzish.
================
Comment at: llvm/lib/Transforms/Scalar/LoopFuse.cpp:236
+ /// does not check whether it is *legal* to fuse two loops together.
+ bool eligibleForFusion(ScalarEvolution &SE) const {
+ if (!isValid()) {
----------------
[style] `isEligibleForFusion` (https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63844/new/
https://reviews.llvm.org/D63844
More information about the llvm-commits
mailing list