This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] Fix VFPCLASSSD/VFPCLASSSS intrinsic lowering.
ClosedPublic

Authored by igorb on Aug 14 2016, 3:32 AM.

Details

Summary

[AVX512] Fix VFPCLASSSD/VFPCLASSSS intrinsic lowering. The i1 result should be zero extended according to SPEC.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 67975.Aug 14 2016, 3:32 AM
igorb retitled this revision from to [AVX512] Fix VFPCLASSSD/VFPCLASSSS intrinsic lowering..
igorb updated this object.
igorb added reviewers: AsafBadouh, m_zuckerman.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
AsafBadouh accepted this revision.Aug 14 2016, 6:51 AM
AsafBadouh edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 14 2016, 6:51 AM
This revision was automatically updated to reflect the committed changes.