[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
Thu Jun 15 05:35:34 PDT 2017


inouehrs updated this revision to Diff 102658.
inouehrs marked 6 inline comments as done.
inouehrs added a comment.

- rebased to the latest source tree.
- minor touch up (initialize local variables, removing trailing spaces)


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.102658.patch
Type: text/x-patch
Size: 15544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170615/62c6c16b/attachment.bin>


More information about the llvm-commits mailing list