This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Remove reliance on TypeSize comparison operators in unit tests
ClosedPublic

Authored by david-arm on Oct 16 2020, 3:32 AM.

Details

Summary

The EXPECT_XY comparison functions all rely upon using the existing
TypeSize comparison operators, which we are deprecating in favour
of isKnownXY. I've changed all such cases to compare either the known
minimum size or the fixed size.

Diff Detail

Event Timeline

david-arm created this revision.Oct 16 2020, 3:32 AM
Herald added a project: Restricted Project. · View Herald Transcript
david-arm requested review of this revision.Oct 16 2020, 3:32 AM
ctetreau accepted this revision.Oct 20 2020, 5:11 PM

looks good to me

This revision is now accepted and ready to land.Oct 20 2020, 5:11 PM
This revision was landed with ongoing or failed builds.Oct 21 2020, 12:31 AM
This revision was automatically updated to reflect the committed changes.