This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512] Multiply Packed Unsigned Integers with Round and Scale
Needs ReviewPublic

Authored by AsafBadouh on Jul 5 2015, 6:47 AM.

Details

Reviewers
delena
igorb
Summary

add vpmulhrsw

Diff Detail

Repository
rL LLVM

Event Timeline

AsafBadouh updated this revision to Diff 29055.Jul 5 2015, 6:47 AM
AsafBadouh retitled this revision from to [X86][AVX512] Multiply Packed Unsigned Integers with Round and Scale.
AsafBadouh updated this object.
AsafBadouh added reviewers: delena, igorb.
AsafBadouh set the repository for this revision to rL LLVM.
AsafBadouh added a subscriber: llvm-commits.
delena added inline comments.Jul 6 2015, 5:24 AM
include/llvm/IR/IntrinsicsX86.td
4487

pmulhrs_w, like _pmulhu_w

AsafBadouh added inline comments.Jul 6 2015, 6:44 AM
include/llvm/IR/IntrinsicsX86.td
4487

keep the same form as in avx2 : x86_avx2_pmul_hr_sw

igorb resigned from this revision.Aug 26 2018, 10:35 PM