This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode
ClosedPublic

Authored by AsafBadouh on Jan 27 2016, 6:37 AM.

Diff Detail

Event Timeline

AsafBadouh updated this revision to Diff 46132.Jan 27 2016, 6:37 AM
AsafBadouh retitled this revision from to [X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode.
AsafBadouh updated this object.
AsafBadouh added reviewers: igorb, delena, m_zuckerman.
AsafBadouh set the repository for this revision to rL LLVM.
AsafBadouh added a subscriber: llvm-commits.
igorb added inline comments.Feb 7 2016, 12:18 AM
E:/Work/LLVM/llvmOrg/lib/Target/X86/X86InstrAVX512.td
4836

scalar memory - SrcVT.ScalarMemOp

4872

could you please add comment ( why sse intrinsic are here ).

E:/Work/LLVM/llvmOrg/lib/Target/X86/X86IntrinsicsInfo.h
2035

please wrap

AsafBadouh updated this revision to Diff 47122.Feb 7 2016, 3:38 AM

some fixes according to Igor comments

igorb accepted this revision.Feb 7 2016, 3:57 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 7 2016, 3:57 AM
This revision was automatically updated to reflect the committed changes.