[PATCH] D11648: InstCombinePHI: Partial simplification of identity operations
Jakub Kuderski via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 03:54:57 PDT 2015
kuhar marked an inline comment as done.
kuhar added a comment.
I've changed the check form using isSafeToSpeculativelyExecute to simply checking for division instruction - from all the cases I deal with only this one could result in trap.
Repository:
rL LLVM
http://reviews.llvm.org/D11648
More information about the llvm-commits
mailing list