[NFC] fix typo
authorChenbing Zheng <Chenbing.Zheng@streamcomputing.com>
Fri, 2 Sep 2022 02:04:52 +0000 (10:04 +0800)
committerChenbing Zheng <Chenbing.Zheng@streamcomputing.com>
Fri, 2 Sep 2022 02:04:52 +0000 (10:04 +0800)
llvm/test/Transforms/InstCombine/bitreverse.ll
llvm/test/Transforms/InstCombine/lshr-and-negC-icmpeq-zero.ll

index 671bbd8..5a3ace1 100644 (file)
@@ -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>
index 9f9cbb4..8753987 100644 (file)
@@ -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