[PATCH] D38212: [PowerPC] Add profitablilty check for conversion to mtctr loops
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 5 15:41:27 PDT 2017
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/PowerPC/PPCCTRLoops.cpp:124
const TargetLibraryInfo *LibInfo;
+ const TargetTransformInfo *TTI=nullptr;
LoopInfo *LI;
----------------
Spaces around the =.
https://reviews.llvm.org/D38212
More information about the llvm-commits
mailing list