This is an archive of the discontinued LLVM Phabricator instance.

AVX512 : VPBROADCASTB/W/D/Q implementation
ClosedPublic

Authored by igorb on Oct 20 2015, 2:12 AM.

Details

Summary

AVX512: Implemented encoding and intrinsics for VPBROADCASTB/W/D/Q instructions.
Added tests for intrinsics and encoding.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 37837.Oct 20 2015, 2:12 AM
igorb retitled this revision from to AVX512 : VPBROADCASTB/W/D/Q implementation.
igorb updated this object.
igorb added reviewers: delena, AsafBadouh.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
delena edited edge metadata.Oct 20 2015, 4:05 AM

DAG lowering for AVX-512 broadcast?
Or you can commit and add the lowering and the tests in the next patch.

This revision was automatically updated to reflect the committed changes.