DescriptionAdd APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity errors like the one corrected by r135261. Migrate all LLVM callers of the old constructor to the new one.
Patch Set 1 #Patch Set 2 : Use makeArrayRef() instead of ArrayRef<uint64_t>() #
MessagesTotal messages: 6
|