This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512] extend vcvtph2ps to support xmm/ymm and sae versions
ClosedPublic

Authored by AsafBadouh on Oct 21 2015, 7:18 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

AsafBadouh updated this revision to Diff 38011.Oct 21 2015, 7:18 AM
AsafBadouh retitled this revision from to [X86][AVX512] extend vcvtph2ps to support xmm/ymm and sae versions.
AsafBadouh updated this object.
AsafBadouh added reviewers: igorb, delena.
AsafBadouh set the repository for this revision to rL LLVM.
AsafBadouh added a subscriber: llvm-commits.
delena added inline comments.Oct 22 2015, 1:55 AM
../llvm/lib/Target/X86/X86InstrAVX512.td
5341 ↗(On Diff #38011)

Please check if "maskable" can be used here.

../llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
512 ↗(On Diff #38011)

Add description for elt VT of the source.

AsafBadouh updated this revision to Diff 38111.Oct 22 2015, 4:48 AM
AsafBadouh removed rL LLVM as the repository for this revision.

change the format to use "maskable"

This revision was automatically updated to reflect the committed changes.