OSDN Git Service

[InstCombine] replace unnecessary fcmp fold with assert
authorSanjay Patel <spatel@rotateright.com>
Sat, 2 Sep 2017 18:10:29 +0000 (18:10 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sat, 2 Sep 2017 18:10:29 +0000 (18:10 +0000)
commitcba94587c780e7f6173d5cab9eb9f5d1b3e0f6c9
treef85e0a7a83fd4c38f80385be409e7f1e47480d5e
parent0d5e78e0311727f6dd50697d44a6b0e1ac1713ce
[InstCombine] replace unnecessary fcmp fold with assert

See https://reviews.llvm.org/rL312411 for related InstSimplify tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312421 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp