This is an archive of the discontinued LLVM Phabricator instance.

AArch64/GlobalISel: Cleanup unnecessary size checks in call lowering
ClosedPublic

Authored by arsenm on Jul 16 2021, 8:11 AM.

Details

Summary

The CCValAssign types should now be accurate, so these are no longer
necessary.

Diff Detail

Event Timeline

arsenm created this revision.Jul 16 2021, 8:11 AM
arsenm requested review of this revision.Jul 16 2021, 8:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 16 2021, 8:11 AM
Herald added a subscriber: wdng. · View Herald Transcript
tmatheson accepted this revision.Jul 19 2021, 1:44 AM
tmatheson added a subscriber: tmatheson.

There is more explanation in fa0b93b5a0866aad3ce517daab6cd91cc67823ad, is that commit also the fix that made these redundant? If so LGTM.

llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
171

The only use of ValTy so could be inlined here and below.

This revision is now accepted and ready to land.Jul 19 2021, 1:44 AM

There is more explanation in fa0b93b5a0866aad3ce517daab6cd91cc67823ad, is that commit also the fix that made these redundant? If so LGTM.

Yes