[PATCH] D113900: [PowerPC] Prevent the optimizer from producing wide vector types in IR.

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 25 08:51:05 PST 2021


amyk updated this revision to Diff 389815.
amyk added a comment.

Update the patch to utilize an invalid InstructionCost, and return InstructionCost in vectorCostAdjustment. This was discussed with Nemanja and Lei outside of the Phabricator review.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113900/new/

https://reviews.llvm.org/D113900

Files:
  llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
  llvm/test/Transforms/PGOProfile/ppc-prevent-mma-types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113900.389815.patch
Type: text/x-patch
Size: 18976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211125/be5e47f9/attachment.bin>


More information about the llvm-commits mailing list