This is an archive of the discontinued LLVM Phabricator instance.

AVX-512: DAG lowering for the "convert" nodes
ClosedPublic

Authored by delena on Jul 16 2015, 12:58 AM.

Details

Summary

SKX supports conversion for all FP types. Integer types include doublewords and quardwords.
I added "Legal" status for these nodes and a bunch of tests.
I added "NoVLX" for AVX DAG selection to force VLX instructions selection when VLX is supported.

Diff Detail

Repository
rL LLVM

Event Timeline

delena updated this revision to Diff 29871.Jul 16 2015, 12:58 AM
delena retitled this revision from to AVX-512: DAG lowering for the "convert" nodes.
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.