[PATCH] D26802: [X86][AVX512] Detect repeated constant patterns in BUILD_VECTOR suitable for broadcasting.

Ayman Musa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 4 02:07:49 PST 2016


aymanmus updated this revision to Diff 80202.
aymanmus added a comment.

- Broadcast 32/64/128 bits also when having only AVX feature.
- Broadcast 64 bit also in 32-bit systems.


https://reviews.llvm.org/D26802

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/avg.ll
  test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
  test/CodeGen/X86/vec_shift6.ll
  test/CodeGen/X86/vector-shuffle-512-v64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26802.80202.patch
Type: text/x-patch
Size: 67145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161204/e3c198f6/attachment-0001.bin>


More information about the llvm-commits mailing list