convertToSignExtendedInteger should return opInvalidOp instead of asserting if semati...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 25 Nov 2008 19:00:29 +0000 (19:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 25 Nov 2008 19:00:29 +0000 (19:00 +0000)
commit88f2d6c167a575e5d9c62ecb211ff4d825b09ed3
treedbd39813ba5553bff2dcc2e800a61744e1ab1081
parent878ef1d5bc3b2d12f58fbd796a4ac91b163c88f0
convertToSignExtendedInteger should return opInvalidOp instead of asserting if sematics of float does not allow arithmetics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60042 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APFloat.cpp
test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll [new file with mode: 0644]