[llvm] [SLP]Remove emission of vector_insert/vector_extract instrinsics (PR #148007)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 11 05:17:25 PDT 2025
================
@@ -420,27 +420,26 @@ define i32 @reduce_blockstrided4x4(ptr nocapture noundef readonly %p1, i32 nound
; CHECK-NEXT: [[ARRAYIDX5:%.*]] = getelementptr inbounds i8, ptr [[P2:%.*]], i64 4
; CHECK-NEXT: [[ADD_PTR:%.*]] = getelementptr inbounds i8, ptr [[P1]], i64 [[IDX_EXT]]
; CHECK-NEXT: [[ADD_PTR64:%.*]] = getelementptr inbounds i8, ptr [[P2]], i64 [[IDX_EXT63]]
-; TODO: Dead code must be removed below.
----------------
alexey-bataev wrote:
It just moved below, see line 549
https://github.com/llvm/llvm-project/pull/148007
More information about the llvm-commits
mailing list