[PATCH] D33715: [PPC] exploit rotate-left-then-mask-insert instructions for bitfield insert

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 04:44:39 PST 2017


inouehrs updated this revision to Diff 124722.
inouehrs added a comment.

- refactored using template to avoid code duplication.
- rebased to the latest code


https://reviews.llvm.org/D33715

Files:
  lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
  lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
  lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  test/CodeGen/PowerPC/addi-offset-fold.ll
  test/CodeGen/PowerPC/bitfieldinsert.ll
  test/CodeGen/PowerPC/ppc64le-aggregates.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33715.124722.patch
Type: text/x-patch
Size: 13101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171129/1490644c/attachment.bin>


More information about the llvm-commits mailing list