[llvm] [LV][AArch64]: Utilise SVE ld4/st4 instructions via auto-vectorisation (PR #89018)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 03:41:34 PDT 2024
================
@@ -2681,6 +2712,7 @@ void InnerLoopVectorizer::vectorizeInterleaveGroup(
// Interleave all the smaller vectors into one wider vector.
Value *IVec = interleaveVectors(Builder, StoredVecs, "interleaved.vec");
+ //LLVM_DEBUG(dbgs() << "interleaved vec: "; IVec->dump());
----------------
Mel-Chen wrote:
Please remove it.
https://github.com/llvm/llvm-project/pull/89018
More information about the llvm-commits
mailing list