[llvm-commits] [llvm] r65209 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
Duncan Sands
baldrick at free.fr
Fri Feb 20 23:16:17 PST 2009
Hi Chris,
> + // If all of the base pointers of the PHI'd GEPs are from allocas, don't
> + // bother doing this transformation. At best, this will just safe a bit of
safe a bit -> save a bit
> +/// isSafeAndProfitableToSinkLoad - Return true if we know that it is safe sink
safe sink -> safe to sink
Ciao,
Duncan.
More information about the llvm-commits
mailing list