[llvm] [IA]: Construct (de)interleave4 out of (de)interleave2 (PR #89276)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 10:40:11 PDT 2024
================
@@ -16441,17 +16441,56 @@ bool AArch64TargetLowering::lowerInterleavedStore(StoreInst *SI,
return true;
}
+bool GetDeinterleaveLeaves(Value *DI,
----------------
paulwalker-arm wrote:
The coding standard requires functions to start with lowercase.
https://github.com/llvm/llvm-project/pull/89276
More information about the llvm-commits
mailing list