This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add prefix load pattern for fpext to v2f64
ClosedPublic

Authored by amyk on Sep 16 2021, 7:50 AM.

Details

Summary

This patch adds a prefixed load pattern involving v2f32 fpext v2f64, where we
are dealing with a value with an offset that fits into a 34-bit signed immediate.
A reduced test case is also added to patch that tests the pattern, in which the pattern
is tested in the big endian CHECKs of the newly added test.

This is a continuation of D96075.

Diff Detail

Event Timeline

amyk created this revision.Sep 16 2021, 7:50 AM
amyk requested review of this revision.Sep 16 2021, 7:50 AM
amyk edited the summary of this revision. (Show Details)Sep 16 2021, 8:01 AM
lei accepted this revision as: lei.Sep 20 2021, 1:59 PM

LGTM
thx!

This revision is now accepted and ready to land.Sep 20 2021, 1:59 PM
This revision was automatically updated to reflect the committed changes.