[SVE] Remove TypeSize comparison operators
authorDavid Sherwood <david.sherwood@arm.com>
Mon, 26 Oct 2020 15:12:58 +0000 (15:12 +0000)
committerDavid Sherwood <david.sherwood@arm.com>
Thu, 29 Oct 2020 14:32:26 +0000 (14:32 +0000)
commit8c058dd2d752f9ac26a085eb93e1b6e864583be0
tree0f54f32c9659c8a9b42df9e6a000bbcdb9a5f8e5
parent58a6b7bcdee24d72879d1c19331479ae94af6d41
[SVE] Remove TypeSize comparison operators

All known instances in the code where we relied upon the TypeSize
comparison operators have now been changed to either use scalar
interger comparisons or one of the TypeSize::isKnownXY functions.
It is now safe to remove the comparison operators.

Differential Revision: https://reviews.llvm.org/D90160
llvm/include/llvm/Support/TypeSize.h