This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][AVX512][PSHUFHW ][PSHUFLW ] Change imm8 to int
ClosedPublic

Authored by m_zuckerman on Feb 23 2016, 1:11 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [LLVM][AVX512][PSHUFHW ][PSHUFLW ] Change imm8 to int P.
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman retitled this revision from [LLVM][AVX512][PSHUFHW ][PSHUFLW ] Change imm8 to int P to [LLVM][AVX512][PSHUFHW ][PSHUFLW ] Change imm8 to int.
m_zuckerman added a subscriber: llvm-commits.
delena added inline comments.Feb 23 2016, 3:54 AM
lib/Target/X86/X86IntrinsicsInfo.h
1419 ↗(On Diff #48793)

The same change is required for PSHUFD, right?

AsafBadouh accepted this revision.Feb 24 2016, 12:07 AM
AsafBadouh edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 24 2016, 12:07 AM
This revision was automatically updated to reflect the committed changes.