[llvm] [SLP][REVEC] Make ShuffleCostEstimator and ShuffleInstructionBuilder can vectorize vector instructions. (PR #99606)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 05:50:49 PDT 2024
================
@@ -8728,6 +8744,10 @@ class BoUpSLP::ShuffleCostEstimator : public BaseShuffleAnalysis {
}
return TTI::TCC_Free;
};
+ auto getVF = [&](Value *V) {
----------------
alexey-bataev wrote:
```suggestion
auto GetVF = [&](Value *V) {
```
https://github.com/llvm/llvm-project/pull/99606
More information about the llvm-commits
mailing list