Skip to content

Commit

Permalink
[NFC] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCBing committed Sep 2, 2022
1 parent 16f6c37 commit 4db9edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion llvm/test/Transforms/InstCombine/bitreverse.ll
Expand Up @@ -288,7 +288,7 @@ define i4 @shuf_bitcast_twice_4bits(i4 %x) {
ret i4 %cast2
}

; Negtive tests - not reverse
; Negative tests - not reverse
define i4 @shuf_4bits_not_reverse(<4 x i1> %x) {
; CHECK-LABEL: @shuf_4bits_not_reverse(
; CHECK-NEXT: [[BITREVERSE:%.*]] = shufflevector <4 x i1> [[X:%.*]], <4 x i1> undef, <4 x i32> <i32 3, i32 1, i32 2, i32 0>
Expand Down
4 changes: 2 additions & 2 deletions llvm/test/Transforms/InstCombine/lshr-and-negC-icmpeq-zero.ll
Expand Up @@ -212,8 +212,8 @@ define i1 @scalar_i32_udiv_and_negC_eq_X_is_constant3(i32 %y) {

; Negative test

define i1 @scalar_i32_lshr_and_negC_eq_X_is_constant_negtive(i32 %y) {
; CHECK-LABEL: @scalar_i32_lshr_and_negC_eq_X_is_constant_negtive(
define i1 @scalar_i32_lshr_and_negC_eq_X_is_constant_negative(i32 %y) {
; CHECK-LABEL: @scalar_i32_lshr_and_negC_eq_X_is_constant_negative(
; CHECK-NEXT: [[LSHR:%.*]] = lshr i32 16384, [[Y:%.*]]
; CHECK-NEXT: [[AND:%.*]] = and i32 [[LSHR]], 16376
; CHECK-NEXT: [[R:%.*]] = icmp eq i32 [[AND]], 0
Expand Down

0 comments on commit 4db9edf

Please sign in to comment.