This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][NFC] Add virtual call to show redundant spill of vector registers
ClosedPublic

Authored by tingwang on Sep 15 2022, 1:23 AM.

Details

Diff Detail

Event Timeline

tingwang created this revision.Sep 15 2022, 1:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2022, 1:23 AM
Herald added a subscriber: qcolombet. · View Herald Transcript
tingwang requested review of this revision.Sep 15 2022, 1:23 AM
lkail added inline comments.Sep 15 2022, 1:26 AM
llvm/test/CodeGen/PowerPC/aix64-vector-pair-cc-spills.ll
153 ↗(On Diff #460320)

Better move this virtualcall test to another file and check output assembly.

tingwang updated this revision to Diff 460557.Sep 15 2022, 4:57 PM

Address comments.

Thank you for the suggestion. It's more clear to show the broken function. I will update the fix patch once this is finialized.

lkail accepted this revision as: lkail.Sep 15 2022, 6:39 PM

LGTM.

This revision is now accepted and ready to land.Sep 15 2022, 6:39 PM