[PATCH] D36454: [X86] Changes to extract Horizontal addition operation for AVX-512.

Jatin Bhateja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 27 06:22:55 PDT 2017


jbhateja updated this revision to Diff 112822.
jbhateja added a comment.

- Handling for horizontal [F]ADD/[F]SUB for AVX512 vector size 16x32 in a generic manner.
- Merge branch 'master' of https://github.com/llvm-mirror/llvm
- Updating test reference


https://reviews.llvm.org/D36454

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/avx512-hadd-hsub.ll
  test/CodeGen/X86/madd.ll
  test/CodeGen/X86/sad.ll
  test/CodeGen/X86/shuffle-vector-same-inputs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36454.112822.patch
Type: text/x-patch
Size: 26415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170827/6ead5cd8/attachment.bin>


More information about the llvm-commits mailing list