[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
Wed May 10 15:55:52 PDT 2017
timshen updated this revision to Diff 98548.
timshen added a comment.
Document PPCISD::SHL/SRA/SRL, and factor out common code.
https://reviews.llvm.org/D33076
Files:
llvm/include/llvm/Target/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.h
llvm/lib/Target/PowerPC/PPCInstrAltivec.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33076.98548.patch
Type: text/x-patch
Size: 10692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170510/a1ecc4d5/attachment.bin>
More information about the llvm-commits
mailing list