Implement extension of sign bits for negative values in the uint64_t
authorReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 20:37:47 +0000 (20:37 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 20:37:47 +0000 (20:37 +0000)
commit3a341375487e4a296821edbcebafd289d55d119b
tree8b6bde050021b13650d50bed3d3549d25019d6c2
parent95da1213958b63c6a5ef65107bf8c3b6a07d3ffb
Implement extension of sign bits for negative values in the uint64_t
constructor. This helps to fix test/Assembler/2007-03-19-NegValue.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35180 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp