[PATCH] D30181: [X86] Use SHLD with both inputs from the same register to implement rotate on Sandy Bridge and later Intel CPUs

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 22:51:02 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL295697: [X86] Use SHLD with both inputs from the same register to implement rotate on… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D30181?vs=89148&id=89166#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D30181

Files:
  llvm/trunk/lib/Target/X86/X86.td
  llvm/trunk/lib/Target/X86/X86InstrInfo.td
  llvm/trunk/lib/Target/X86/X86InstrShiftRotate.td
  llvm/trunk/lib/Target/X86/X86Subtarget.cpp
  llvm/trunk/lib/Target/X86/X86Subtarget.h
  llvm/trunk/test/CodeGen/X86/rot32.ll
  llvm/trunk/test/CodeGen/X86/rot64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30181.89166.patch
Type: text/x-patch
Size: 6328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170221/028d1e1d/attachment.bin>


More information about the llvm-commits mailing list