This is an archive of the discontinued LLVM Phabricator instance.

[SVE][NFC] Replace some TypeSize comparisons in non-AArch64 Targets
ClosedPublic

Authored by david-arm on Oct 9 2020, 1:32 AM.

Details

Summary

In most of lib/Target we know that we are not dealing with scalable
types so it's perfectly fine to replace TypeSize comparison operators
with their fixed width equivalents, making use of getFixedSize()
and so on.

Diff Detail

Event Timeline

david-arm created this revision.Oct 9 2020, 1:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2020, 1:32 AM
david-arm requested review of this revision.Oct 9 2020, 1:32 AM
This revision is now accepted and ready to land.Oct 14 2020, 5:34 AM