This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][NFC] Correctly rename mangling name for ldN.sret
ClosedPublic

Authored by CarolineConcatto on Aug 31 2022, 7:39 AM.

Details

Summary

Remove from the function name the predicate type and pointer type, because:
The predicate type in the name(nxvNi1) can be deduced from the overloaded
element count(nxvNEltTy).
The pointer type(p0EltTy) can be deduced from the overloaded element type.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 7:39 AM
CarolineConcatto requested review of this revision.Aug 31 2022, 7:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 7:39 AM
Matt added a subscriber: Matt.Sep 1 2022, 11:12 AM

Given that D133025 removes these files, I think this patch can be abandoned?

sdesmalen accepted this revision.Sep 15 2022, 1:11 AM

Given that D133025 removes these files, I think this patch can be abandoned?

Sorry, just ignore that comment :)

LGTM

This revision is now accepted and ready to land.Sep 15 2022, 1:11 AM