OSDN Git Service

[InstCombine] Don't violate dominance when replacing instructions.
authorDavide Italiano <davide@freebsd.org>
Sun, 16 Jul 2017 18:56:30 +0000 (18:56 +0000)
committerDavide Italiano <davide@freebsd.org>
Sun, 16 Jul 2017 18:56:30 +0000 (18:56 +0000)
commiteb8bc2ae4ac66fce6ab94c241c972118ad07ba20
treeef97712eefeb1af08088ffa9e450f1ddeeafb4f8
parent02f26df5636dae6d583710fbaa07f41d338a935a
[InstCombine] Don't violate dominance when replacing instructions.

Differential Revision:  https://reviews.llvm.org/D35376

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308144 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCompares.cpp
test/Transforms/InstCombine/2017-07-07-UMul-ZExt.ll
test/Transforms/InstCombine/pr33765.ll [new file with mode: 0644]