This is an archive of the discontinued LLVM Phabricator instance.

AVX512 : vbroadcasti32x2 implementation
ClosedPublic

Authored by igorb on Nov 1 2015, 6:43 AM.

Details

Summary

AVX512: Implemented encoding and intrinsics for VBROADCASTI32x2 and VBROADCASTF32x2 instructions.
Added tests for intrinsics and encoding.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 38843.Nov 1 2015, 6:43 AM
igorb retitled this revision from to AVX512 : vbroadcasti32x2 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 accepted this revision.Nov 1 2015, 11:27 PM
delena edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 1 2015, 11:27 PM
This revision was automatically updated to reflect the committed changes.