This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] add PSRAV Intrinsic
ClosedPublic

Authored by m_zuckerman on Jan 4 2016, 7:36 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman updated this revision to Diff 43888.Jan 4 2016, 7:36 AM
m_zuckerman retitled this revision from to [AVX512] add PSRAV Intrinsic.
m_zuckerman updated this object.
m_zuckerman added reviewers: delena, AsafBadouh, igorb.
m_zuckerman added a subscriber: llvm-commits.
m_zuckerman updated this revision to Diff 43889.Jan 4 2016, 7:39 AM
igorb added inline comments.Jan 7 2016, 12:46 AM
include/llvm/IR/IntrinsicsX86.td
2703 ↗(On Diff #43889)

please change to int_x86_avx512_mask_psrav32_hi ( for consistency)

m_zuckerman updated this revision to Diff 44198.Jan 7 2016, 1:56 AM
m_zuckerman updated this revision to Diff 44204.Jan 7 2016, 5:00 AM
m_zuckerman marked an inline comment as done.
igorb accepted this revision.Jan 7 2016, 5:19 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 7 2016, 5:19 AM
This revision was automatically updated to reflect the committed changes.