llvm-project/llvm/include
David Sherwood 8c058dd2d7 [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
2020-10-29 14:32:26 +00:00
..
llvm [SVE] Remove TypeSize comparison operators 2020-10-29 14:32:26 +00:00
llvm-c C API: support scalable vectors 2020-10-28 18:19:34 -04:00