[PATCH] D25652: [AVX-512] Add support for commuting VPERMT2(B/W/D/Q/PS/PD) to/from VPERMI2(B/W/D/Q/PS/PD).

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 22:44:05 PDT 2016


craig.topper updated this revision to Diff 75107.
craig.topper added a comment.

Move code into separate functions per Simon's suggestion.


https://reviews.llvm.org/D25652

Files:
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrInfo.cpp
  test/CodeGen/X86/avx512-insert-extract.ll
  test/CodeGen/X86/avx512-mask-op.ll
  test/CodeGen/X86/merge-consecutive-loads-512.ll
  test/CodeGen/X86/vector-shuffle-512-v8.ll
  test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll
  test/CodeGen/X86/vector-shuffle-v1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25652.75107.patch
Type: text/x-patch
Size: 37267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161019/65c10284/attachment.bin>


More information about the llvm-commits mailing list