[llvm] [IA] Support deinterleave intrinsics w/ fewer than N extracts (PR #147572)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 10:12:09 PDT 2025


================
@@ -17456,14 +17456,16 @@ bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI,
 }
 
 bool AArch64TargetLowering::lowerDeinterleaveIntrinsicToLoad(
-    LoadInst *LI, ArrayRef<Value *> DeinterleavedValues) const {
-  unsigned Factor = DeinterleavedValues.size();
+    LoadInst *LI, ArrayRef<Value *> DeinterleavedValues,
+    unsigned Factor) const {
----------------
preames wrote:

Bouncing between a couple meetings today, will take another look and reply in a few hours.  Maybe I confused myself.

https://github.com/llvm/llvm-project/pull/147572


More information about the llvm-commits mailing list