[llvm] [LV][NFC] Remove instcombine pass from RUN lines in ARM tests (PR #202913)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 01:07:20 PDT 2026
================
@@ -31,7 +32,9 @@ define void @arm_abs_q7(ptr nocapture readonly %pSrc, ptr nocapture %pDst, i32 %
; CHECK-NEXT: [[NEXT_GEP3:%.*]] = getelementptr i8, ptr [[PDST]], i32 [[INDEX]]
; CHECK-NEXT: [[WIDE_LOAD:%.*]] = load <16 x i8>, ptr [[NEXT_GEP]], align 1
; CHECK-NEXT: [[TMP4:%.*]] = icmp sgt <16 x i8> [[WIDE_LOAD]], zeroinitializer
-; CHECK-NEXT: [[TMP7:%.*]] = call <16 x i8> @llvm.ssub.sat.v16i8(<16 x i8> zeroinitializer, <16 x i8> [[WIDE_LOAD]])
----------------
david-arm wrote:
Yep, agreed.
https://github.com/llvm/llvm-project/pull/202913
More information about the llvm-commits
mailing list