[llvm] [SLPVectorizer] Use accurate cost for external users of resize shuffles (PR #137419)
    Alexey Bataev via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Apr 27 06:47:08 PDT 2025
    
    
  
================
@@ -14344,6 +14344,7 @@ static T *performExtractsShuffleAction(
     [[maybe_unused]] auto *V = ValueSelect::get<T *>(Base);
     assert((!V || GetVF(V) == Mask.size()) &&
            "Expected base vector of VF number of elements.");
+
----------------
alexey-bataev wrote:
Remove
https://github.com/llvm/llvm-project/pull/137419
    
    
More information about the llvm-commits
mailing list