This is an archive of the discontinued LLVM Phabricator instance.

AVX-512: Added all forms of Vector Convert instructions, 32 and 64 bit types
ClosedPublic

Authored by delena on Jul 13 2015, 2:42 AM.

Details

Summary

Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long types.
In this patch I have only encoding. Intrinsics and DAG lowering will be in the next patch.
I removed the old intrinsics test temporary.
(just to split this patch).
Half types are not covered here.

Diff Detail

Repository
rL LLVM

Event Timeline

delena updated this revision to Diff 29539.Jul 13 2015, 2:42 AM
delena retitled this revision from to AVX-512: Added all forms of Vector Convert instructions, 32 and 64 bit types.
delena updated this object.
delena added a reviewer: igorb.
delena set the repository for this revision to rL LLVM.
delena added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.