[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
Thu Sep 28 08:15:51 PDT 2017


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

- Changes to cover more patterns for [f]hadd/[f]sub for AVX512 vector types.
- Generic routines added which looks at uses / undef operands of an operation for scaling it down.


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36454.116998.patch
Type: text/x-patch
Size: 33595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170928/f8af4d98/attachment.bin>


More information about the llvm-commits mailing list