[PATCH] D93030: [AArch64][SVE]Add cost model for masked gather and scatter for scalable vector.
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 07:27:04 PST 2020
CarolineConcatto added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/BasicTTIImpl.h:1344
CmpInst::BAD_ICMP_PREDICATE, CostKind);
- return Cost;
+ }
+ return Cost;
----------------
This need fix, my git history got missed up with the rebase. I'll am trying to fix this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93030/new/
https://reviews.llvm.org/D93030
More information about the llvm-commits
mailing list