[PATCH] D104630: [AArch64][CostModel] Add cost model for experimental.vector.splice
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 30 07:54:55 PDT 2021
CarolineConcatto added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:1854
+ CmpInst::BAD_ICMP_PREDICATE, CostKind) +
+ getCmpSelInstrCost(Instruction::Select, LegalVTy, LegalVTy,
+ CmpInst::BAD_ICMP_PREDICATE, CostKind);
----------------
sdesmalen wrote:
> Should these two selects also be performed on `Promoted`?
I was considering use Promoted, but was not sure if it was correct.
I've changed now to use the promoted type.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104630/new/
https://reviews.llvm.org/D104630
More information about the llvm-commits
mailing list