[PATCH] D56199: [X86] Support SHLD/SHRD masked shift-counts (PR34641)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 04:24:32 PST 2019


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

Peek through shift modulo masks while matching double shift patterns.

I was hoping to delay this until I could remove the X86 code with generic funnel shift matching (PR40081) but this will do for now.


Repository:
  rL LLVM

https://reviews.llvm.org/D56199

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/shift-double.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56199.179833.patch
Type: text/x-patch
Size: 5935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190102/9116dff0/attachment.bin>


More information about the llvm-commits mailing list