[PATCH] D23000: [X86] Improve 64-bit shifts on 32-bit targets (PR14593)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 31 08:13:34 PDT 2016


RKSimon created this revision.
RKSimon added reviewers: eli.friedman, bkramer, spatel.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.

As discussed on PR14593, this patch adds support for lowering to SHLD/SHRD from the patterns generated by DAGTypeLegalizer::ExpandShiftWithKnownAmountBit.

Repository:
  rL LLVM

https://reviews.llvm.org/D23000

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23000.66243.patch
Type: text/x-patch
Size: 8222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160731/83059d82/attachment.bin>


More information about the llvm-commits mailing list