[PATCH] D133955: [AArch64][CostModel] Add costs for fixed operations when using fixed vectors over SVE
Dinar Temirbulatov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 09:47:34 PDT 2022
dtemirbulatov marked an inline comment as done.
dtemirbulatov added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:1951
+ auto Src = EVT::getVectorVT(I->getContext(), DstTy.getVectorElementType(),
+ SrcTy.getVectorNumElements(), true);
+ return AdjustCost(BaseT::getCastInstrCost(
----------------
peterwaller-arm wrote:
> Src and Dst look to be defined identically here, is that intentional?
no, it is another typo.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133955/new/
https://reviews.llvm.org/D133955
More information about the llvm-commits
mailing list