Fix PR3453 and probably a bunch of other potential
authorDuncan Sands <baldrick@free.fr>
Sun, 1 Feb 2009 18:06:53 +0000 (18:06 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 1 Feb 2009 18:06:53 +0000 (18:06 +0000)
commitb0d5cdd52e8448f769cd71aaee6a4b8592dc08b1
tree7a0189db8f4dd16bcf86da71718afa2515dd3e19
parentfc4b677cd526f1f6a3d6487782557af99fbf6c32
Fix PR3453 and probably a bunch of other potential
crashes or wrong code with codegen of large integers:
eliminate the legacy getIntegerVTBitMask and
getIntegerVTSignBit methods, which returned their
value as a uint64_t, so couldn't handle huge types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63494 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ValueTypes.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/2009-02-01-LargeMask.ll [new file with mode: 0644]
utils/TableGen/CodeGenDAGPatterns.cpp