[PATCH] D44897: [PowerPC] Do not emit record-form rotates when record-form andi/andis suffices

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 08:31:50 PDT 2018


nemanjai created this revision.
nemanjai added reviewers: hfinkel, echristo, Carrot.
Herald added a subscriber: kbarton.

This is a follow-up to the previous patch that eliminated some of the rotates. With this addition, we will also emit the record-form andis.
This patch increases the number of record-form rotates we emit by more than 70%.


Repository:
  rL LLVM

https://reviews.llvm.org/D44897

Files:
  lib/Target/PowerPC/PPCInstrInfo.cpp
  test/CodeGen/PowerPC/noPermuteFormasking.ll
  test/CodeGen/PowerPC/tail-dup-break-cfg.ll
  test/CodeGen/PowerPC/tail-dup-layout.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44897.139794.patch
Type: text/x-patch
Size: 9626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180326/e3964ebf/attachment.bin>


More information about the llvm-commits mailing list