[PATCH] D56827: [X86] Lower avx2/avx512f gather intrinsics to X86MaskedGatherSDNode instead of going directly to MachineSDNode.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 23:59:38 PST 2019


craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel.

This sends these intrinsics through isel in a much more normal way. This should allow addressing mode matching in isel to make better use of the displacement field.


Repository:
  rL LLVM

https://reviews.llvm.org/D56827

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86IntrinsicsInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56827.182216.patch
Type: text/x-patch
Size: 14667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190117/98e16742/attachment.bin>


More information about the llvm-commits mailing list