This is an archive of the discontinued LLVM Phabricator instance.

[X86] Correct the cost of (v4i32 (fptoui (v4f64))) under AVX512F.
ClosedPublic

Authored by craig.topper on Aug 25 2018, 9:59 PM.

Details

Summary

This was inheriting the cost from the AVX table, but should be legal under AVX512.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Aug 25 2018, 9:59 PM
RKSimon accepted this revision.Aug 26 2018, 5:47 AM

LGTM

This revision is now accepted and ready to land.Aug 26 2018, 5:47 AM
This revision was automatically updated to reflect the committed changes.