This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Prevent argument promotion for certain types
AbandonedPublic

Authored by saghir on Apr 23 2021, 7:06 AM.

Details

Reviewers
None
Summary

This patch prevents argument promotion for types that have
type size greater than 128 bits.

Diff Detail

Event Timeline

saghir created this revision.Apr 23 2021, 7:06 AM
saghir requested review of this revision.Apr 23 2021, 7:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2021, 7:06 AM
saghir abandoned this revision.Apr 23 2021, 7:08 AM

Not the right patch in terms of the test included, abandoning this one and will open a new revision with the correct patch.