Skip to content
  • Duncan Sands's avatar
    Fix PR3453 and probably a bunch of other potential · 3ed76886
    Duncan Sands authored
    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.
    
    llvm-svn: 63494
    3ed76886
Loading