convertFromInteger, as originally written, expected sign-extended
authorNeil Booth <neil@daikokuya.co.uk>
Sun, 7 Oct 2007 11:45:55 +0000 (11:45 +0000)
committerNeil Booth <neil@daikokuya.co.uk>
Sun, 7 Oct 2007 11:45:55 +0000 (11:45 +0000)
commitccf596a53e16ea221a9bf8b3874a7d6afa71f1f4
tree8323d17a395d8dbbb4d9c91239fc92e1ebb439fa
parent33d4c92e78a32a8e07ab3ebc1487b07304875ddd
convertFromInteger, as originally written, expected sign-extended
input.  APInt unfortunately zero-extends signed integers, so Dale
modified the function to expect zero-extended input.  Make this
assumption explicit in the function name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42732 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/Support/APFloat.cpp
lib/VMCore/ConstantFold.cpp