Files
clang-p2996/llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp
Maciej Gabka e1afd06363 [NFC] Use TypeSize for comparison in EVT::isExtendedXBitVector functions (#73131)
The functions should not compare results of
getExtendedSizeInBits(), i.e TypeSize variables with plain integer values,
but create a fixed TypeSize object so the correct operator can be used.
2023-11-23 15:44:14 +00:00

7.6 KiB