[PATCH] D56011: [x86] lower extracted fadd/fsub to horizontal vector math

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 09:14:10 PST 2019


spatel updated this revision to Diff 179860.
spatel marked 3 inline comments as done.
spatel added a comment.

Patch updated:

1. Ease extra uses constraint - we might still be able to avoid a shuffle/extract.
2. Allow 512-bit vectors.
3. Add TODO to for other extract index pairs.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56011/new/

https://reviews.llvm.org/D56011

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/haddsub-undef.ll
  test/CodeGen/X86/haddsub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56011.179860.patch
Type: text/x-patch
Size: 42704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190102/bf74220d/attachment.bin>


More information about the llvm-commits mailing list