Craig Topper cbd306806a
[APInt] Correct backwards static_assert condition. (#103641)
In order to guarantee that extracting 64 bits doesn't require more than
2 words, the word size would need to be 64 bits or more. If the word
size was smaller than 64, like 32, you may need to read 3 words to get
64 bits.
2024-08-14 00:28:24 -07:00
..
2023-06-13 10:47:18 +01:00
2023-05-30 14:12:20 -07:00
2024-07-31 16:40:26 +00:00
2023-12-01 11:28:42 -08:00