[PATCH] D140683: [PowerPC] enable Policy.ShouldTrackLaneMasks

Ting Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 26 23:03:09 PST 2022


tingwang created this revision.
tingwang added reviewers: shchenz, nemanjai, PowerPC.
tingwang added a project: LLVM.
Herald added subscribers: kbarton, hiraditya, qcolombet, MatzeB.
Herald added a project: All.
tingwang requested review of this revision.
Herald added a subscriber: llvm-commits.

This depends on D108902 <https://reviews.llvm.org/D108902>.

Once we started track subreg liveness, we shall enable this policy to model subregister usage better particularly for vector-pair registers. Unfortunately vector-pair is disabled on P10 <https://reviews.llvm.org/P10> right now, so I'm not able to show the real motivation case here.

This change did not observe performance change through test suite.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140683

Files:
  llvm/lib/Target/PowerPC/PPCSubtarget.cpp
  llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
  llvm/test/CodeGen/PowerPC/mma-outer-product.ll
  llvm/test/CodeGen/PowerPC/mmaplus-acc-spill.ll
  llvm/test/CodeGen/PowerPC/ppc64-acc-regalloc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140683.485350.patch
Type: text/x-patch
Size: 10014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221227/e67359ff/attachment.bin>


More information about the llvm-commits mailing list