Skip to content

Commit 7a04a7f

Browse files
committed
fixup! update for recent test addition.
1 parent 126b0ac commit 7a04a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/InstCombine/free-inversion.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ define i8 @lshr_not_nneg(i8 %x, i8 %y) {
526526
define i8 @lshr_not_nneg2(i8 %x) {
527527
; CHECK-LABEL: @lshr_not_nneg2(
528528
; CHECK-NEXT: [[SHR:%.*]] = lshr i8 [[X:%.*]], 1
529-
; CHECK-NEXT: [[SHR_NOT1:%.*]] = or i8 [[SHR]], -128
529+
; CHECK-NEXT: [[SHR_NOT1:%.*]] = or disjoint i8 [[SHR]], -128
530530
; CHECK-NEXT: ret i8 [[SHR_NOT1]]
531531
;
532532
%x.not = xor i8 %x, -1

0 commit comments

Comments
 (0)