Skip to content

Commit bcdce98

Browse files
authored
Fix regression tests with bad FileCheck checks (#140373)
Fixes #140149
1 parent 851da60 commit bcdce98

File tree

21 files changed

+35
-37
lines changed

21 files changed

+35
-37
lines changed

clang/test/AST/ast-dump-using-template.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using A = S<T>;
2222
// CHECK-NEXT: `-ElaboratedType {{.*}} 'S<T>' sugar dependent
2323
// CHECK-NEXT: `-TemplateSpecializationType {{.*}} 'S<T>' dependent
2424
// CHECK-NEXT: |-name: 'S':'ns::S' qualified
25-
// CHECk-NEXT: | |-UsingShadowDecl {{.+}} ClassTemplate {{.+}} 'S'
25+
// CHECK-NEXT: | |-UsingShadowDecl {{.+}} ClassTemplate {{.+}} 'S'
2626

2727
// TemplateName in TemplateArgument.
2828
template <template <typename> class T> class X {};
@@ -55,4 +55,4 @@ using D = decltype(DeducedTemplateSpecializationT2);
5555
// CHECK-NEXT: `-ElaboratedType {{.*}} 'S2<int>' sugar
5656
// CHECK-NEXT: `-DeducedTemplateSpecializationType {{.*}} 'S2<int>' sugar
5757
// CHECK-NEXT: |-name: 'S2':'ns::S2' qualified
58-
//CHECk-NEXT: | |-UsingShadowDecl {{.+}} ClassTemplate {{.+}} 'S2'
58+
// CHECK-NEXT: | |-UsingShadowDecl {{.+}} ClassTemplate {{.+}} 'S2'

clang/test/CodeGen/PowerPC/ppc-tmmintrin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ test_alignr() {
7171
// CHECK-BE: call <16 x i8> @vec_sld(unsigned char vector[16], unsigned char vector[16], unsigned int)
7272
// CHECK-LE: call <16 x i8> @vec_reve(unsigned char vector[16])
7373
// CHECK-LE: call <16 x i8> @vec_reve(unsigned char vector[16])
74-
// CHECk-LE: call <16 x i8> @vec_sld(unsigned char vector[16], unsigned char vector[16], unsigned int)
74+
// CHECK-LE: call <16 x i8> @vec_sld(unsigned char vector[16], unsigned char vector[16], unsigned int)
7575
// CHECK-LE: call <16 x i8> @vec_reve(unsigned char vector[16])
7676
// CHECK: store <16 x i8> zeroinitializer, ptr %{{[0-9a-zA-Z_.]+}}, align 16
7777
// CHECK: store <2 x i64> zeroinitializer, ptr %{{[0-9a-zA-Z_.]+}}, align 16

clang/test/CodeGen/X86/avx-builtins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1833,14 +1833,14 @@ void test_mm256_storeu_pd(double* A, __m256d B) {
18331833
void test_mm256_storeu_ps(float* A, __m256 B) {
18341834
// CHECK-LABEL: test_mm256_storeu_ps
18351835
// CHECK: store <8 x float> %{{.*}}, ptr %{{.*}}, align 1{{$}}
1836-
// CHECk-NEXT: ret void
1836+
// CHECK-NEXT: ret void
18371837
_mm256_storeu_ps(A, B);
18381838
}
18391839

18401840
void test_mm256_storeu_si256(__m256i* A, __m256i B) {
18411841
// CHECK-LABEL: test_mm256_storeu_si256
18421842
// CHECK: store <4 x i64> %{{.*}}, ptr %{{.*}}, align 1{{$}}
1843-
// CHECk-NEXT: ret void
1843+
// CHECK-NEXT: ret void
18441844
_mm256_storeu_si256(A, B);
18451845
}
18461846

clang/test/CodeGen/paren-list-agg-init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ void foo18() {
377377
// CHECK-NEXT: [[A:%.*a.*]] = getelementptr inbounds nuw [[STRUCT_G]], ptr [[G]], i32 0, i32 0
378378
// CHECK-NEXT: store i32 2, ptr [[A]], align 4
379379
// CHECK-NEXT: [[F:%.*]] = getelementptr inbounds i8, ptr [[G]], i64 4
380-
// CHECk-NEXT: call void @{{.*F.*}}(ptr noundef nonnull align 1 dereferenceable(1)) [[F]], ie32 noundef 1)
380+
// CHECK-NEXT: call void @{{.*F.*}}(ptr noundef nonnull align 1 dereferenceable(1) [[F]], i32 noundef 1)
381381
// CHECK: ret void
382382
void foo19() {
383383
G g(2);

clang/test/CodeGenCXX/microsoft-abi-throw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// CHECK-DAG: @"_TI5?AUY@@" = linkonce_odr unnamed_addr constant %eh.ThrowInfo { i32 0, ptr @"??_DY@@QAEXXZ", ptr null, ptr @"_CTA5?AUY@@" }, section ".xdata", comdat
1515
// CHECK-DAG: @"_CT??_R0?AUDefault@@@8??_ODefault@@QAEXAAU0@@Z1" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 0, ptr @"??_R0?AUDefault@@@8", i32 0, i32 -1, i32 0, i32 1, ptr @"??_ODefault@@QAEXAAU0@@Z" }, section ".xdata", comdat
1616
// CHECK-DAG: @"_CT??_R0?AUDeletedCopy@@@81" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 0, ptr @"??_R0?AUDeletedCopy@@@8", i32 0, i32 -1, i32 0, i32 1, ptr null }, section ".xdata", comdat
17-
// CHECk-DAG: @"_CT??_R0?AUMoveOnly@@@84" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 0, ptr @"??_R0?AUMoveOnly@@@8", i32 0, i321-1, i32 0, i32 4, ptr null }, section ".xdata", comda
17+
// CHECK-DAG: @"_CT??_R0?AUMoveOnly@@@84" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 0, ptr @"??_R0?AUMoveOnly@@@8", i32 0, i32 -1, i32 0, i32 4, ptr null }, section ".xdata", comdat
1818
// CHECK-DAG: @"_CT??_R0?AUVariadic@@@8??_OVariadic@@QAEXAAU0@@Z1" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 0, ptr @"??_R0?AUVariadic@@@8", i32 0, i32 -1, i32 0, i32 1, ptr @"??_OVariadic@@QAEXAAU0@@Z" }, section ".xdata", comdat
1919
// CHECK-DAG: @"_CT??_R0?AUTemplateWithDefault@@@8??$?_OH@TemplateWithDefault@@QAEXAAU0@@Z1" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 0, ptr @"??_R0?AUTemplateWithDefault@@@8", i32 0, i32 -1, i32 0, i32 1, ptr @"??$?_OH@TemplateWithDefault@@QAEXAAU0@@Z" }, section ".xdata", comdat
2020
// CHECK-DAG: @"_CTA2$$T" = linkonce_odr unnamed_addr constant %eh.CatchableTypeArray.2 { i32 2, [2 x ptr] [ptr @"_CT??_R0$$T@84", ptr @"_CT??_R0PAX@84"] }, section ".xdata", comdat

clang/test/CodeGenOpenCL/builtins-amdgcn-vi.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ void test_update_dpp_int(global int* out, int arg1, int arg2)
169169

170170
// CHECK-LABEL: @test_update_dpp_long
171171
// CHECK: %0 = tail call{{.*}} i64 @llvm.amdgcn.update.dpp.i64(i64 %x, i64 %x, i32 257, i32 15, i32 15, i1 false)
172-
// CHECk-NEXT: store i64 %0,
172+
// CHECK-NEXT: store i64 %0,
173173
void test_update_dpp_long(long x, global long *p) {
174174
*p = __builtin_amdgcn_update_dpp(x, x, 0x101, 0xf, 0xf, 0);
175175
}

clang/test/Driver/baremetal-sysroot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// RUN: | FileCheck --check-prefix=CHECK-V6M-C %s
1515
// CHECK-V6M-C: "{{.*}}clang{{.*}}" "-cc1" "-triple" "thumbv6m-unknown-none-eabi"
1616
// CHECK-V6M-C-SAME: "-internal-isystem" "{{.*}}/baremetal_default_sysroot{{[/\\]+}}bin{{[/\\]+}}..{{[/\\]+}}lib{{[/\\]+}}clang-runtimes{{[/\\]+}}armv6m-none-eabi{{[/\\]+}}include{{[/\\]+}}c++{{[/\\]+}}v1"
17-
// CHECk-V6M-C-SAME: "-internal-isystem" "{{.*}}/baremetal_default_sysroot{{[/\\]+}}bin{{[/\\]+}}..{{[/\\]+}}lib{{[/\\]+}}clang-runtimes{{[/\\]+}}armv6m-none-eabi{{[/\\]+}}include"
17+
// CHECK-V6M-C-SAME: "-internal-isystem" "{{.*}}/baremetal_default_sysroot{{[/\\]+}}bin{{[/\\]+}}..{{[/\\]+}}lib{{[/\\]+}}clang-runtimes{{[/\\]+}}armv6m-none-eabi{{[/\\]+}}include"
1818
// CHECK-V6M-C-SAME: "-x" "c++" "{{.*}}baremetal-sysroot.cpp"
1919
// CHECK-V6M-C-NEXT: "{{[^"]*}}ld{{(\.(lld|bfd|gold))?}}{{(\.exe)?}}" "{{.*}}.o" "-Bstatic"
2020
// CHECK-V6M-C-SAME: "-L{{.*}}/baremetal_default_sysroot{{[/\\]+}}bin{{[/\\]+}}..{{[/\\]+}}lib{{[/\\]+}}clang-runtimes{{[/\\]+}}armv6m-none-eabi{{[/\\]+}}lib"

clang/test/Driver/baremetal.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
// CHECK-RV64-SAME: "-resource-dir" "[[RESOURCE_DIR:[^"]+]]"
204204
// CHECK-RV64-SAME: "-isysroot" "[[SYSROOT:[^"]*]]"
205205
// CHECK-RV64-SAME: "-internal-isystem" "[[SYSROOT]]{{[/\\]+}}include{{[/\\]+}}c++{{[/\\]+}}v1"
206-
// CHECk-RV64-SAME: "-internal-isystem" "[[SYSROOT]]{{[/\\]+}}include"
206+
// CHECK-RV64-SAME: "-internal-isystem" "[[SYSROOT]]{{[/\\]+}}include"
207207
// CHECK-RV64-SAME: "-x" "c++" "{{.*}}baremetal.cpp"
208208
// CHECK-RV64-NEXT: ld{{(.exe)?}}" "{{.*}}.o" "-Bstatic"
209209
// CHECK-RV64-SAME: "-Lsome{{[/\\]+}}directory{{[/\\]+}}user{{[/\\]+}}asked{{[/\\]+}}for"
@@ -337,7 +337,7 @@
337337
// CHECK-RV64FD-SAME: "-resource-dir" "[[RESOURCE_DIR:[^"]+]]"
338338
// CHECK-RV64FD-SAME: "-isysroot" "[[SYSROOT:[^"]*]]"
339339
// CHECK-RV64FD-SAME: "-internal-isystem" "[[SYSROOT]]{{[/\\]+}}rv64imafdc{{[/\\]+}}lp64d{{[/\\]+}}include{{[/\\]+}}c++{{[/\\]+}}v1"
340-
// CHECk-RV64FD-SAME: "-internal-isystem" "[[SYSROOT]]{{[/\\]+}}rv64imafdc{{[/\\]+}}lp64d{{[/\\]+}}include"
340+
// CHECK-RV64FD-SAME: "-internal-isystem" "[[SYSROOT]]{{[/\\]+}}rv64imafdc{{[/\\]+}}lp64d{{[/\\]+}}include"
341341
// CHECK-RV64FD-SAME: "-x" "c++" "{{.*}}baremetal.cpp"
342342
// CHECK-RV64FD-NEXT: ld{{(.exe)?}}" "{{.*}}.o" "-Bstatic"
343343
// CHECK-RV64FD-SAME: "-L[[SYSROOT:[^"]+]]{{[/\\]+}}rv64imafdc{{[/\\]+}}lp64d{{[/\\]+}}lib"

clang/test/ExtractAPI/objc_property.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ @protocol Protocol
1111

1212
@interface Interface
1313
@property(class) int myInterfaceTypeProp;
14-
// CHECk-DAG: "!testRelLabel": "memberOf $ c:objc(cs)Interface(cpy)myInterfaceTypeProp $ c:objc(cs)Interface"
14+
// CHECK-DAG: "!testRelLabel": "memberOf $ c:objc(cs)Interface(cpy)myInterfaceTypeProp $ c:objc(cs)Interface"
1515
@property int myInterfaceInstanceProp;
1616
// CHECK-DAG: "!testRelLabel": "memberOf $ c:objc(cs)Interface(py)myInterfaceInstanceProp $ c:objc(cs)Interface"
1717
@end

clang/test/SemaOpenACC/set-construct-ast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void TemplFunc(T t) {
8484
// CHECK-NEXT: ImplicitCastExpr {{.*}}'unsigned int'
8585
// CHECK-NEXT: CXXMemberCallExpr{{.*}}'unsigned int'
8686
// CHECK-NEXT: MemberExpr{{.*}}.operator unsigned int
87-
// CHECk-NEXT: DeclRefExpr{{.*}}'t' 'SomeStruct'
87+
// CHECK-NEXT: DeclRefExpr{{.*}}'t' 'SomeStruct'
8888
}
8989

9090
struct SomeStruct{

lld/test/ELF/aarch64-thunk-bti.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pacibsp_target:
176176
pacibsp
177177
ret
178178

179-
// CHECk-PADS-LABEL: <bti_c_target>:
179+
// CHECK-PADS-LABEL: <bti_c_target>:
180180
// CHECK-PADS: 18001000: bti c
181181
// CHECK-PADS-NEXT: ret
182182

llvm/test/Analysis/CostModel/SystemZ/i128-cmp-ext-conv.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ define i128 @fun3_cmp64(i64 %val1, i64 %val2,
5252
; CHECK-LABEL: 'fun3_cmp64'
5353
; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %cmp = icmp slt i64 %val1, %val2
5454
; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %add = add i128 %val3, %val4
55-
; CHECk: Cost Model: Found an estimated cost of 4 for instruction: %sel = select i1 %cmp, i128 %val3, i128 %add
55+
; CHECK: Cost Model: Found an estimated cost of 4 for instruction: %sel = select i1 %cmp, i128 %val3, i128 %add
5656
%cmp = icmp slt i64 %val1, %val2
5757
%add = add i128 %val3, %val4
5858
%sel = select i1 %cmp, i128 %val3, i128 %add

llvm/test/CodeGen/AArch64/fpimm.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define void @check_double() {
3838
; 64-bit ORR followed by MOVK.
3939
; CHECK-DAG: mov [[XFP0:x[0-9]+]], #1082331758844
4040
; CHECK-DAG: movk [[XFP0]], #64764, lsl #16
41-
; CHECk-DAG: fmov {{d[0-9]+}}, [[XFP0]]
41+
; CHECK-DAG: fmov {{d[0-9]+}}, [[XFP0]]
4242
%newval3 = fadd double %val, 0xFCFCFC00FC
4343
store volatile double %newval3, ptr @varf64
4444

llvm/test/CodeGen/ARM/shifter_operand.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ define i32 @test_orr_extract_from_mul_1(i32 %x, i32 %y) {
121121
; CHECK-THUMB-NEXT: orrs r0, r1
122122
; CHECK-THUMB-NEXT: bx lr
123123
entry:
124-
; CHECk-THUMB: orrs r0, r1
125124
%mul = mul i32 %y, 63767
126125
%or = or i32 %mul, %x
127126
ret i32 %or

llvm/test/CodeGen/ARM/sxt_rot.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ define signext i8 @test1(i32 %A) {
2222
; CHECK-V7: @ %bb.0:
2323
; CHECK-V7-NEXT: sbfx r0, r0, #8, #8
2424
; CHECK-V7-NEXT: bx lr
25-
; CHECk-V7: sbfx r0, r0, #8, #8
2625
%B = lshr i32 %A, 8
2726
%C = shl i32 %A, 24
2827
%D = or i32 %B, %C

llvm/test/CodeGen/Thumb2/LowOverheadLoops/branch-targets.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ for.cond.cleanup:
406406
; CHECK-MID: tB %bb.1
407407
; CHECK-MID: bb.1.while.body:
408408
; CHECK-MID: renamable $lr = t2LoopEndDec killed renamable $lr, %bb.1
409-
; CHECk-MID: tB %bb.2
409+
; CHECK-MID: tB %bb.2
410410
; CHECK-MID: bb.2.while.end:
411411
define void @check_negated_xor_wls(ptr nocapture %a, ptr nocapture readonly %b, i32 %N) {
412412
entry:
@@ -440,7 +440,7 @@ while.end:
440440
; CHECK-MID: tB %bb.1
441441
; CHECK-MID: bb.1.while.body:
442442
; CHECK-MID: renamable $lr = t2LoopEndDec killed renamable $lr, %bb.1
443-
; CHECk-MID: tB %bb.2
443+
; CHECK-MID: tB %bb.2
444444
; CHECK-MID: bb.2.while.end:
445445
define void @check_negated_cmp_wls(ptr nocapture %a, ptr nocapture readonly %b, i32 %N) {
446446
entry:
@@ -474,7 +474,7 @@ while.end:
474474
; CHECK-MID: tB %bb.1
475475
; CHECK-MID: bb.1.while.body:
476476
; CHECK-MID: renamable $lr = t2LoopEndDec killed renamable $lr, %bb.1
477-
; CHECk-MID: tB %bb.2
477+
; CHECK-MID: tB %bb.2
478478
; CHECK-MID: bb.2.while.end:
479479
define void @check_negated_reordered_wls(ptr nocapture %a, ptr nocapture readonly %b, i32 %N) {
480480
entry:

llvm/test/Transforms/CallSiteSplitting/callsite-split.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ declare void @dummy1(ptr, ptr, ptr, ptr, ptr, ptr)
7272
;CHECK: call void @dummy4()
7373
;CHECK-LABEL: NextCond.split:
7474
;CHECK: call void @dummy3()
75-
;CheCK-LABEL: CallSiteBB:
75+
;CHECK-LABEL: CallSiteBB:
7676
;CHECK: call void @foo(i1 %tobool1)
7777
define void @caller2(i1 %c, ptr %a_elt, ptr %b_elt, ptr %c_elt) {
7878
entry:

llvm/test/Transforms/Coroutines/coro-debug-coro-frame.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
; CHECK-DAG: ![[UNALIGNED_UNKNOWN]] = !DIDerivedType(tag: DW_TAG_member, name: "_6",{{.*}}baseType: ![[UNALIGNED_UNKNOWN_BASE:[0-9]+]], size: 9
3838
; CHECK-DAG: ![[UNALIGNED_UNKNOWN_BASE]] = !DICompositeType(tag: DW_TAG_array_type, baseType: ![[UNKNOWN_TYPE_BASE]], size: 16,{{.*}} elements: ![[UNALIGNED_UNKNOWN_ELEMENTS:[0-9]+]])
3939
; CHECK-DAG: ![[UNALIGNED_UNKNOWN_ELEMENTS]] = !{![[UNALIGNED_UNKNOWN_SUBRANGE:[0-9]+]]}
40-
; CHECk-DAG: ![[UNALIGNED_UNKNOWN_SUBRANGE]] = !DISubrange(count: 2, lowerBound: 0)
40+
; CHECK-DAG: ![[UNALIGNED_UNKNOWN_SUBRANGE]] = !DISubrange(count: 2, lowerBound: 0)
4141
; CHECK-DAG: ![[STRUCT]] = !DIDerivedType(tag: DW_TAG_member, name: "struct_big_structure_7", scope: ![[FRAME_TYPE]], file: ![[FILE]], line: [[CORO_FRAME_LINE]], baseType: ![[STRUCT_BASE:[0-9]+]]
4242
; CHECK-DAG: ![[STRUCT_BASE]] = !DICompositeType(tag: DW_TAG_structure_type, name: "struct_big_structure"{{.*}}, align: 64, flags: DIFlagArtificial, elements: ![[STRUCT_ELEMENTS:[0-9]+]]
4343
; CHECK-DAG: ![[STRUCT_ELEMENTS]] = !{![[MEM_TYPE:[0-9]+]]}

llvm/test/Transforms/LoopVectorize/AArch64/nontemporal-load-store.ll

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ for.cond.cleanup: ; preds = %for.body
259259
define i4 @test_i4_load(ptr %ddst) {
260260
; CHECK-LABEL: define i4 @test_i4_load
261261
; CHECK-NOT: vector.body:
262-
; CHECk: ret i4 %{{.*}}
262+
; CHECK: ret i4 %{{.*}}
263263
;
264264
entry:
265265
br label %for.body
@@ -282,7 +282,7 @@ define i8 @test_load_i8(ptr %ddst) {
282282
; CHECK-LABEL: @test_load_i8(
283283
; CHECK: vector.body:
284284
; CHECK: load <4 x i8>, ptr {{.*}}, align 1, !nontemporal !0
285-
; CHECk: ret i8 %{{.*}}
285+
; CHECK: ret i8 %{{.*}}
286286
;
287287
entry:
288288
br label %for.body
@@ -305,7 +305,7 @@ define half @test_half_load(ptr %ddst) {
305305
; CHECK-LABEL: @test_half_load
306306
; CHECK-LABEL: vector.body:
307307
; CHECK: load <4 x half>, ptr {{.*}}, align 2, !nontemporal !0
308-
; CHECk: ret half %{{.*}}
308+
; CHECK: ret half %{{.*}}
309309
;
310310
entry:
311311
br label %for.body
@@ -328,7 +328,7 @@ define i16 @test_i16_load(ptr %ddst) {
328328
; CHECK-LABEL: @test_i16_load
329329
; CHECK-LABEL: vector.body:
330330
; CHECK: load <4 x i16>, ptr {{.*}}, align 2, !nontemporal !0
331-
; CHECk: ret i16 %{{.*}}
331+
; CHECK: ret i16 %{{.*}}
332332
;
333333
entry:
334334
br label %for.body
@@ -351,7 +351,7 @@ define i32 @test_i32_load(ptr %ddst) {
351351
; CHECK-LABEL: @test_i32_load
352352
; CHECK-LABEL: vector.body:
353353
; CHECK: load <4 x i32>, ptr {{.*}}, align 4, !nontemporal !0
354-
; CHECk: ret i32 %{{.*}}
354+
; CHECK: ret i32 %{{.*}}
355355
;
356356
entry:
357357
br label %for.body
@@ -373,7 +373,7 @@ for.cond.cleanup: ; preds = %for.body
373373
define i33 @test_i33_load(ptr %ddst) {
374374
; CHECK-LABEL: @test_i33_load
375375
; CHECK-NOT: vector.body:
376-
; CHECk: ret i33 %{{.*}}
376+
; CHECK: ret i33 %{{.*}}
377377
;
378378
entry:
379379
br label %for.body
@@ -395,7 +395,7 @@ for.cond.cleanup: ; preds = %for.body
395395
define i40 @test_i40_load(ptr %ddst) {
396396
; CHECK-LABEL: @test_i40_load
397397
; CHECK-NOT: vector.body:
398-
; CHECk: ret i40 %{{.*}}
398+
; CHECK: ret i40 %{{.*}}
399399
;
400400
entry:
401401
br label %for.body
@@ -418,7 +418,7 @@ define i64 @test_i64_load(ptr %ddst) {
418418
; CHECK-LABEL: @test_i64_load
419419
; CHECK-LABEL: vector.body:
420420
; CHECK: load <4 x i64>, ptr {{.*}}, align 4, !nontemporal !0
421-
; CHECk: ret i64 %{{.*}}
421+
; CHECK: ret i64 %{{.*}}
422422
;
423423
entry:
424424
br label %for.body
@@ -441,7 +441,7 @@ define double @test_double_load(ptr %ddst) {
441441
; CHECK-LABEL: @test_double_load
442442
; CHECK-LABEL: vector.body:
443443
; CHECK: load <4 x double>, ptr {{.*}}, align 4, !nontemporal !0
444-
; CHECk: ret double %{{.*}}
444+
; CHECK: ret double %{{.*}}
445445
;
446446
entry:
447447
br label %for.body
@@ -464,7 +464,7 @@ define i128 @test_i128_load(ptr %ddst) {
464464
; CHECK-LABEL: @test_i128_load
465465
; CHECK-LABEL: vector.body:
466466
; CHECK: load <4 x i128>, ptr {{.*}}, align 4, !nontemporal !0
467-
; CHECk: ret i128 %{{.*}}
467+
; CHECK: ret i128 %{{.*}}
468468
;
469469
entry:
470470
br label %for.body
@@ -486,7 +486,7 @@ for.cond.cleanup: ; preds = %for.body
486486
define i256 @test_256_load(ptr %ddst) {
487487
; CHECK-LABEL: @test_256_load
488488
; CHECK-NOT: vector.body:
489-
; CHECk: ret i256 %{{.*}}
489+
; CHECK: ret i256 %{{.*}}
490490
;
491491
entry:
492492
br label %for.body

llvm/test/tools/llvm-cov/Inputs/binary-formats.canonical.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CHECK-SAME: {"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},
2929
CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100},
3030
CHECK-SAME: "instantiations":{"count":1,"covered":1,"percent":100},
3131
CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100},
32-
CHECk-SAME: "mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},
32+
CHECK-SAME: "mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},
3333
CHECK-SAME: "regions":{"count":1,"covered":1,"notcovered":0,"percent":100}}}
3434
CHECK-SAME: ],
3535
CHECK-SAME: "type":"llvm.coverage.json.export"

polly/test/CodeGen/scalar-references-used-in-scop-compute.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; Test the code generation in the presence of a scalar out-of-scop value being
44
; used from within the SCoP.
55

6-
; CHECH-LABEL: @scalar-function-argument
6+
; CHECK-LABEL: @scalar-function-argument
77
; CHECK: polly.split_new_and_old
88

99

@@ -26,7 +26,7 @@ for.end:
2626
ret void
2727
}
2828

29-
; CHECH-LABEL: @scalar-outside-of-scop
29+
; CHECK-LABEL: @scalar-outside-of-scop
3030
; CHECK: polly.split_new_and_old
3131

3232
define void @scalar-outside-of-scop(ptr %A) {

0 commit comments

Comments
 (0)