This is an archive of the discontinued LLVM Phabricator instance.

[x86][AVX512] add vscalef support
Needs ReviewPublic

Authored by AsafBadouh on Jun 25 2015, 3:38 AM.

Details

Reviewers
delena
igorb
Summary

include encoding and intrinsics

Diff Detail

Repository
rL LLVM

Event Timeline

AsafBadouh updated this revision to Diff 28446.Jun 25 2015, 3:38 AM
AsafBadouh retitled this revision from to [x86][AVX512] add vscalef support.
AsafBadouh updated this object.
AsafBadouh edited the test plan for this revision. (Show Details)
AsafBadouh added reviewers: delena, igorb.
AsafBadouh set the repository for this revision to rL LLVM.
AsafBadouh added a subscriber: Unknown Object (MLST).
AsafBadouh updated this revision to Diff 28459.Jun 25 2015, 6:35 AM

small fixes

AsafBadouh updated this revision to Diff 28467.Jun 25 2015, 8:05 AM
delena added inline comments.Jun 28 2015, 2:36 AM
lib/Target/X86/X86ISelLowering.cpp
15216

Change comments, please

15224

braces alignment

lib/Target/X86/X86InstrAVX512.td
3449

Set IsCommutable to default 0 and do not pass zeroes.

3517

Why do you need IsCommutable ?

AsafBadouh updated this revision to Diff 28636.Jun 28 2015, 4:32 AM

upload new diff with changes according to comments

delena edited edge metadata.Jun 28 2015, 6:14 AM

Ok. Please commit.

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