[llvm] [LV] Support scalable interleave groups for factors 3, 5, 6 and 7 (PR #141865)
    Luke Lau via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 29 09:58:54 PDT 2025
    
    
  
================
@@ -3217,6 +3217,62 @@ static Value *createBitOrPointerCast(IRBuilderBase &Builder, Value *V,
   return Builder.CreateBitOrPointerCast(CastVal, DstVTy);
 }
 
+static Intrinsic::ID getInterleaveIntrinsicID(unsigned Factor) {
----------------
lukel97 wrote:
Yeah, I could imagine SLP might need a function like this eventually?
https://github.com/llvm/llvm-project/pull/141865
    
    
More information about the llvm-commits
mailing list