This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] add PSRLQ and PSRLD Intrinsic
ClosedPublic

Authored by m_zuckerman on Dec 24 2015, 6:35 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [AVX512] add PSRLQ and PSRLD Intrinsic.
m_zuckerman updated this object.
m_zuckerman added reviewers: delena, AsafBadouh, igorb.
m_zuckerman added a subscriber: llvm-commits.
igorb added inline comments.Dec 28 2015, 1:06 PM
include/llvm/IR/IntrinsicsX86.td
2216 ↗(On Diff #43636)

please add white-space (and below)

igorb accepted this revision.Dec 29 2015, 7:27 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 29 2015, 7:27 AM
This revision was automatically updated to reflect the committed changes.