[PATCH] D31772: [PowerPC] Add pass to expand extra memcpy calls
Tony Jiang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 12:37:12 PST 2017
jtony added inline comments.
================
Comment at: lib/Target/PowerPC/PPCLowerMemIntrinsics.cpp:147
+ AnyExpanded = true;
+ MemCpyLoopExpansions += 1;
+ }
----------------
Minor nit: Why not just use MemCpyLoopExpansions++?
Repository:
rL LLVM
https://reviews.llvm.org/D31772
More information about the llvm-commits
mailing list