This is an archive of the discontinued LLVM Phabricator instance.

[VE] Packed 32/64bit broadcast isel and tests
ClosedPublic

Authored by simoll on Jan 21 2022, 4:49 AM.

Details

Summary

Packed-mode broadcast of f32/i32 requires the subregister to be replicated to the full I64 register prior. Add repl_i32 and repl_f32 to faciliate this.

Diff Detail

Event Timeline

simoll created this revision.Jan 21 2022, 4:49 AM
simoll requested review of this revision.Jan 21 2022, 4:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2022, 4:49 AM
kaz7 accepted this revision.Jan 21 2022, 10:11 PM

LGTM.

This revision is now accepted and ready to land.Jan 21 2022, 10:11 PM
This revision was automatically updated to reflect the committed changes.