[PATCH] D71442: [X86] Check if source elements are not structures before using a uniform base for the Gather/Scatter intrinsic.

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 14 05:54:13 PST 2019


pengfei updated this revision to Diff 233931.
pengfei added a comment.

Removed unnecessary loop condition.
Added a vectorized index test.
Don't check if constant exist in DAG.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71442

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/X86/masked_gather.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71442.233931.patch
Type: text/x-patch
Size: 32273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191214/02a704ab/attachment.bin>


More information about the llvm-commits mailing list