[PATCH] D63844: [LoopFusion] Extend use of OptimizationRemarkEmitter
Ettore Tiotto via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 06:36:32 PDT 2019
etiotto accepted this revision.
etiotto added a comment.
This revision is now accepted and ready to land.
LGTM. I found a typo, you can fix it while committing.
================
Comment at: llvm/lib/Transforms/Scalar/LoopFuse.cpp:1164
+ assert(FC0.Preheader && FC1.Preheader &&
+ "Expectingf valid fusion candidates");
+ using namespace ore;
----------------
typo: Expectingf --> Expecting
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