This is an archive of the discontinued LLVM Phabricator instance.

[Spill2Reg][9/9] Using AVX opcodes when available.
Needs ReviewPublic

Authored by vporpo on Feb 3 2022, 3:14 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This patch updates the vector spill/reload instructions to use the AVX
opcodes by default if the targets supports it. This can be turned off
with the -spill2reg-no-avx flag.

Diff Detail

Event Timeline

vporpo created this revision.Feb 3 2022, 3:14 PM
vporpo requested review of this revision.Feb 3 2022, 3:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2022, 3:14 PM
vporpo retitled this revision from [Spill2Reg] Using AVX opcodes when available. to [Spill2Reg][9/9] Using AVX opcodes when available..Feb 4 2022, 9:51 AM