This is an archive of the discontinued LLVM Phabricator instance.

AVX-512: fixed a bug in fp_to_uint pattern on KNL
ClosedPublic

Authored by delena on Mar 28 2016, 2:15 AM.

Details

Summary

Fixed fp_to_uint instruction selection on KNL.
One pattern was missing for <4 x double> to <4 x i32>

Diff Detail

Repository
rL LLVM

Event Timeline

delena updated this revision to Diff 51773.Mar 28 2016, 2:15 AM
delena retitled this revision from to AVX-512: fixed a bug in fp_to_uint pattern on KNL.
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.Mar 28 2016, 4:26 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 28 2016, 4:26 AM
This revision was automatically updated to reflect the committed changes.