This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD Intrinsics
ClosedPublic

Authored by m_zuckerman on Jan 11 2016, 1:41 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD Intrinsics .
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: llvm-commits.
delena added inline comments.Jan 12 2016, 12:02 PM
lib/Target/X86/X86ISelLowering.h
320 ↗(On Diff #44447)

please remove empty line

321 ↗(On Diff #44447)

Can you use the existing ISD::ROTR ?

delena accepted this revision.Jan 13 2016, 12:51 AM
delena edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 13 2016, 12:51 AM
This revision was automatically updated to reflect the committed changes.