This is an archive of the discontinued LLVM Phabricator instance.

[X86] Prioritize lowering V{4|16}F32 with blend.
ClosedPublic

Authored by goldstein.w.n on Feb 12 2023, 2:13 PM.

Details

Summary

Blend is often fastest available instruction so it should be higher
priority for v4f32 and an option for v16f32.

Diff Detail

Event Timeline

goldstein.w.n created this revision.Feb 12 2023, 2:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2023, 2:13 PM
goldstein.w.n requested review of this revision.Feb 12 2023, 2:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2023, 2:13 PM
This revision is now accepted and ready to land.Feb 13 2023, 10:12 AM

@goldstein.w.n You have a lot of accepted but unmerged patches - it would be better to get them committed than just repeatedly rebasing them

@goldstein.w.n You have a lot of accepted but unmerged patches - it would be better to get them committed than just repeatedly rebasing them

Ahh sure, habit is to do series all at once, but can push some first.

@goldstein.w.n You have a lot of accepted but unmerged patches - it would be better to get them committed than just repeatedly rebasing them

pushed up to D143786

This revision was landed with ongoing or failed builds.Feb 24 2023, 1:22 PM
This revision was automatically updated to reflect the committed changes.