[PATCH] D33946: [InlineCost] Find identical loads in the callee
Chad Rosier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 11:07:39 PDT 2017
mcrosier added inline comments.
================
Comment at: lib/Analysis/InlineCost.cpp:1008
+ // If the data are already loaded from this address and there is there is no
+ // reachable stores/calls or all reachable stores can be SROA'd in the
----------------
"there is there is"
Repository:
rL LLVM
https://reviews.llvm.org/D33946
More information about the llvm-commits
mailing list