[PATCH] D59936: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without used results (PR41259)
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 11:14:35 PDT 2019
dmgreen added a comment.
What are you thinking is best here? I agree that lifetime.end shouldn't prohibit optimisations. Do you think it's best to fix asan and go with this as-is, or to try and prevent sinking if it will //only// sink a lifetime.time?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59936/new/
https://reviews.llvm.org/D59936
More information about the llvm-commits
mailing list