[PATCH] D24168: Refactor LICM pass in preparation for LoopSink pass.
Hal Finkel via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 11:12:28 PDT 2016
hfinkel added inline comments.
> LICM.cpp:520
> + if (!SafetyInfo)
> + return true;
> +
Why is this not returning a conservative answer?
https://reviews.llvm.org/D24168
More information about the llvm-commits
mailing list