[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 09:15:05 PST 2021
amyk added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp:961
+ Type *Ty1, Type *Ty2) {
+ // If the vector type is of an MMA type (v256i1, v512i1), return a cost
+ // adjustment factor that represents "MAX". This cost factor is then used to
----------------
nemanjai wrote:
> This comment is now out of date. Please update it on the commit.
Thanks Nemanja for the review. I'll update it on the commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113900/new/
https://reviews.llvm.org/D113900
More information about the llvm-commits
mailing list