[PATCH] D33076: [PPC] Move the combine "a << (b % (sizeof(a) * 8)) -> (PPCshl a, b)" to the backend. NFC.

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 12:38:53 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL302937: [PPC] Move the combine "a << (b % (sizeof(a) * 8)) -> (PPCshl a, b)" to theā€¦ (authored by timshen).

Changed prior to commit:
  https://reviews.llvm.org/D33076?vs=98689&id=98818#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33076

Files:
  llvm/trunk/include/llvm/Target/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h
  llvm/trunk/lib/Target/PowerPC/PPCInstrAltivec.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33076.98818.patch
Type: text/x-patch
Size: 10879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170512/eb630de6/attachment-0001.bin>


More information about the llvm-commits mailing list