This is an archive of the discontinued LLVM Phabricator instance.

[SVE][CodeGen] Replace use of TypeSize operator< in GlobalMerge::doMerge
ClosedPublic

Authored by david-arm on Sep 30 2020, 6:24 AM.

Details

Summary

We don't support global variables with scalable vector types so I've
changed the code to compare the fixed sizes instead.

Diff Detail

Event Timeline

david-arm created this revision.Sep 30 2020, 6:24 AM
david-arm requested review of this revision.Sep 30 2020, 6:24 AM
This revision is now accepted and ready to land.Sep 30 2020, 12:17 PM