This is an archive of the discontinued LLVM Phabricator instance.

AVX-512: Updated cost of FP/SINT/UINT conversion operations
ClosedPublic

Authored by delena on Nov 30 2015, 4:20 AM.

Details

Summary

I checked and updated the cost of AVX-512 conversion operations. Added cost of conversion operations in DQ mode.
Conversion of illegal types that require vector split is not calculated right now (like for other X86 targets)

Diff Detail

Repository
rL LLVM

Event Timeline

delena updated this revision to Diff 41383.Nov 30 2015, 4:20 AM
delena retitled this revision from to AVX-512: Updated cost of FP/SINT/UINT conversion operations.
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.
igorb accepted this revision.Dec 2 2015, 12:13 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 2 2015, 12:13 AM
This revision was automatically updated to reflect the committed changes.