INFO:2024-11-19T08:12:53Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 752dbd6112af..ead9ad2960ab main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at ead9ad2960ab [llvm] Remove `br i1 undef` from some regression tests [NFC] (#116739) INFO:2024-11-19T08:12:56Z:root:syncing... Deleted branch merge (was 752dbd6112af). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2024-11-19T08:12:56Z:root:building ninja: Entering directory `out/gn' ninja: no work to do. INFO:2024-11-19T08:12:57Z:root:analyze skipping analyze because previous build was not green INFO:2024-11-19T08:12:57Z:root:testing INFO:2024-11-19T08:12:57Z:root:test check-clang ninja: Entering directory `out/gn' [0/2] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 21679 tests, 64 workers -- Testing: FAIL: Clang :: CodeGen/SystemZ/systemz-inline-asm.c (1 of 21679) ******************** TEST 'Clang :: CodeGen/SystemZ/systemz-inline-asm.c' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple s390x-linux-gnu -O2 -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/systemz-inline-asm.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/systemz-inline-asm.c + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple s390x-linux-gnu -O2 -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/systemz-inline-asm.c + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/systemz-inline-asm.c /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/systemz-inline-asm.c:126:11: error: CHECK: expected string not found in input // CHECK: define{{.*}} void @test_f128(ptr dead_on_unwind noalias nocapture writable writeonly sret(fp128) align 8 [[DEST:%.*]], ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1) ^ :124:73: note: scanning from here %0 = tail call double asm "adbr $0, $2", "=f,0,f"(double %f, double %g) #6, !srcloc !18 ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/systemz-inline-asm.c -dump-input=help explains the following input dump. Input was: <<<<<< . . . 119: } 120: 121: ; Function Attrs: nofree nosync nounwind memory(none) 122: define dso_local double @test_f64(double noundef %f, double noundef %g) local_unnamed_addr #2 { 123: entry: 124: %0 = tail call double asm "adbr $0, $2", "=f,0,f"(double %f, double %g) #6, !srcloc !18 check:126 X~~~~~~~~~~~~~~~~ error: no match found 125: ret double %0 check:126 ~~~~~~~~~~~~~~~ 126: } check:126 ~~ 127: check:126 ~ 128: ; Function Attrs: nounwind memory(argmem: readwrite) check:126 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 129: define dso_local void @test_f128(ptr dead_on_unwind noalias nocapture writable writeonly sret(fp128) align 8 initializes((0, 16)) %agg.result, ptr nocapture noundef readonly %0, ptr nocapture noundef readonly %1) local_unnamed_addr #3 { check:126 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/tbaa-struct-bitfield-endianness.cpp (2 of 21679) ******************** TEST 'Clang :: CodeGen/tbaa-struct-bitfield-endianness.cpp' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple aarch64_be-apple-darwin -emit-llvm -o - -O1 /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/tbaa-struct-bitfield-endianness.cpp | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/tbaa-struct-bitfield-endianness.cpp + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple aarch64_be-apple-darwin -emit-llvm -o - -O1 /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/tbaa-struct-bitfield-endianness.cpp + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/tbaa-struct-bitfield-endianness.cpp /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/tbaa-struct-bitfield-endianness.cpp:19:16: error: CHECK-SAME: expected string not found in input // CHECK-SAME: ptr nocapture noundef writeonly [[A1:%.*]], ptr nocapture noundef readonly [[A2:%.*]]) local_unnamed_addr #[[ATTR0:[0-9]+]] { ^ :7:51: note: scanning from here define dso_local void @_Z4copyP14NamedBitfieldsS0_(ptr nocapture noundef writeonly initializes((0, 16)) %a1, ptr nocapture noundef readonly %a2) local_unnamed_addr #0 { ^ :7:52: note: possible intended match here define dso_local void @_Z4copyP14NamedBitfieldsS0_(ptr nocapture noundef writeonly initializes((0, 16)) %a1, ptr nocapture noundef readonly %a2) local_unnamed_addr #0 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/tbaa-struct-bitfield-endianness.cpp -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/tbaa-struct-bitfield-endianness.cpp' 2: source_filename = "/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/tbaa-struct-bitfield-endianness.cpp" 3: target datalayout = "E-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32" 4: target triple = "aarch64_be-apple-darwin" 5: 6: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) 7: define dso_local void @_Z4copyP14NamedBitfieldsS0_(ptr nocapture noundef writeonly initializes((0, 16)) %a1, ptr nocapture noundef readonly %a2) local_unnamed_addr #0 { same:19'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found same:19'1 ? possible intended match 8: entry: same:19'0 ~~~~~~~ 9: tail call void @llvm.memcpy.p0.p0.i64(ptr noundef nonnull align 8 dereferenceable(16) %a1, ptr noundef nonnull align 8 dereferenceable(16) %a2, i64 16, i1 false), !tbaa.struct !2 same:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: ret void same:19'0 ~~~~~~~~~~ 11: } same:19'0 ~~ 12: same:19'0 ~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/SystemZ/zos-mixed-ptr-sizes.c (3 of 21679) ******************** TEST 'Clang :: CodeGen/SystemZ/zos-mixed-ptr-sizes.c' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple s390x-ibm-zos -emit-llvm -O2 < /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes.c --check-prefix=X64 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple s390x-ibm-zos -emit-llvm -O2 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes.c --check-prefix=X64 /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes.c:15:16: error: X64-LABEL: expected string not found in input // X64-LABEL: define void @ptr32_to_ptr(ptr noundef %f, ptr addrspace(1) noundef %i) ^ :1:1: note: scanning from here ; ModuleID = '-' ^ :9:1: note: possible intended match here define void @ptr32_to_ptr(ptr noundef initializes((8, 16)) %f, ptr addrspace(1) noundef %i) local_unnamed_addr #0 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes.c -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '-' label:15'0 X~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "-" label:15'0 ~~~~~~~~~~~~~~~~~~~~~~ 3: target datalayout = "E-m:l-p1:32:32-i1:8:16-i8:8:16-i64:64-f128:64-v128:64-a:8:16-n32:64" label:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "s390x-ibm-zos" label:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: label:15'0 ~ 6: @test_misc_2.res = internal unnamed_addr global ptr addrspace(1) null, align 4 label:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7: label:15'0 ~ 8: ; Function Attrs: nounwind label:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9: define void @ptr32_to_ptr(ptr noundef initializes((8, 16)) %f, ptr addrspace(1) noundef %i) local_unnamed_addr #0 { label:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ label:15'1 ? possible intended match 10: entry: label:15'0 ~~~~~~~ 11: %0 = addrspacecast ptr addrspace(1) %i to ptr label:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %p64 = getelementptr inbounds nuw i8, ptr %f, i64 8 label:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: store ptr %0, ptr %p64, align 8, !tbaa !9 label:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: tail call void @use_foo(ptr noundef %f) #5 label:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGenOpenCL/kernels-have-spir-cc-by-default.cl (4 of 21679) ******************** TEST 'Clang :: CodeGenOpenCL/kernels-have-spir-cc-by-default.cl' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/kernels-have-spir-cc-by-default.cl -cl-std=CL1.2 -emit-llvm -triple x86_64-unknown-unknown -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/kernels-have-spir-cc-by-default.cl + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/kernels-have-spir-cc-by-default.cl -cl-std=CL1.2 -emit-llvm -triple x86_64-unknown-unknown -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/kernels-have-spir-cc-by-default.cl /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/kernels-have-spir-cc-by-default.cl:31:11: error: CHECK: expected string not found in input // CHECK: ptr nocapture noundef writeonly align 4 %output ^ :11:104: note: scanning from here define dso_local spir_kernel void @test_single(ptr nocapture noundef readonly byval(%struct.int_single) align 4 %input, ptr nocapture noundef writeonly align 4 initializes((0, 4)) %output) local_unnamed_addr #0 !kernel_arg_addr_space !3 !kernel_arg_access_qual !4 !kernel_arg_type !5 !kernel_arg_base_type !6 !kernel_arg_type_qual !7 { ^ :11:121: note: possible intended match here define dso_local spir_kernel void @test_single(ptr nocapture noundef readonly byval(%struct.int_single) align 4 %input, ptr nocapture noundef writeonly align 4 initializes((0, 4)) %output) local_unnamed_addr #0 !kernel_arg_addr_space !3 !kernel_arg_access_qual !4 !kernel_arg_type !5 !kernel_arg_base_type !6 !kernel_arg_type_qual !7 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/kernels-have-spir-cc-by-default.cl -dump-input=help explains the following input dump. Input was: <<<<<< . . . 6: %struct.int_single = type { i32 } 7: %struct.int_pair = type { i64, i64 } 8: %struct.test_struct = type { i32, i32, i64, i8, i64, float, i16, double } 9: 10: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) 11: define dso_local spir_kernel void @test_single(ptr nocapture noundef readonly byval(%struct.int_single) align 4 %input, ptr nocapture noundef writeonly align 4 initializes((0, 4)) %output) local_unnamed_addr #0 !kernel_arg_addr_space !3 !kernel_arg_access_qual !4 !kernel_arg_type !5 !kernel_arg_base_type !6 !kernel_arg_type_qual !7 { check:31'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found check:31'1 ? possible intended match 12: entry: check:31'0 ~~~~~~~ 13: %0 = load i32, ptr %input, align 4, !tbaa !8 check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: store i32 %0, ptr %output, align 4, !tbaa !13 check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15: ret void check:31'0 ~~~~~~~~~~ 16: } check:31'0 ~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/isfpclass.c (5 of 21679) ******************** TEST 'Clang :: CodeGen/isfpclass.c' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 2: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple aarch64-linux-gnu -O1 -emit-llvm /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/isfpclass.c -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/isfpclass.c + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple aarch64-linux-gnu -O1 -emit-llvm /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/isfpclass.c -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/isfpclass.c /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/isfpclass.c:163:16: error: CHECK-SAME: expected string not found in input // CHECK-SAME: (ptr dead_on_unwind noalias nocapture writable writeonly sret(<4 x i64>) align 16 [[AGG_RESULT:%.*]], ptr nocapture noundef readonly [[TMP0:%.*]]) local_unnamed_addr #[[ATTR3:[0-9]+]] { ^ :120:49: note: scanning from here define dso_local void @check_isfpclass_nan_v4f64(ptr dead_on_unwind noalias nocapture writable writeonly sret(<4 x i64>) align 16 initializes((0, 32)) %agg.result, ptr nocapture noundef readonly %0) local_unnamed_addr #3 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/isfpclass.c -dump-input=help explains the following input dump. Input was: <<<<<< . . . 115: %1 = zext <4 x i1> %0 to <4 x i32> 116: ret <4 x i32> %1 117: } 118: 119: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) 120: define dso_local void @check_isfpclass_nan_v4f64(ptr dead_on_unwind noalias nocapture writable writeonly sret(<4 x i64>) align 16 initializes((0, 32)) %agg.result, ptr nocapture noundef readonly %0) local_unnamed_addr #3 { same:163 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 121: entry: same:163 ~~~~~~~ 122: %x = load <4 x double>, ptr %0, align 16, !tbaa !2 same:163 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 123: %1 = fcmp uno <4 x double> %x, zeroinitializer same:163 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124: %2 = zext <4 x i1> %1 to <4 x i64> same:163 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125: store <4 x i64> %2, ptr %agg.result, align 16, !tbaa !2 same:163 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/ms-mixed-ptr-sizes.c (6 of 21679) ******************** TEST 'Clang :: CodeGen/ms-mixed-ptr-sizes.c' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple x86_64-windows-msvc -fms-extensions -emit-llvm -O2 < /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/ms-mixed-ptr-sizes.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/ms-mixed-ptr-sizes.c --check-prefixes=X64,ALL + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple x86_64-windows-msvc -fms-extensions -emit-llvm -O2 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/ms-mixed-ptr-sizes.c --check-prefixes=X64,ALL /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/ms-mixed-ptr-sizes.c:31:15: error: X64-LABEL: expected string not found in input // X64-LABEL: define dso_local void @test_trunc(ptr noundef %f, ptr noundef %i) ^ :19:105: note: scanning from here define dso_local void @test_zero_ext(ptr noundef initializes((8, 16)) %f, ptr addrspace(271) noundef %i) local_unnamed_addr #0 { ^ :29:1: note: possible intended match here define dso_local void @test_trunc(ptr noundef initializes((0, 4)) %f, ptr noundef %i) local_unnamed_addr #0 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/ms-mixed-ptr-sizes.c -dump-input=help explains the following input dump. Input was: <<<<<< . . . 14: } 15: 16: declare dso_local void @use_foo(ptr noundef) local_unnamed_addr #1 17: 18: ; Function Attrs: nounwind 19: define dso_local void @test_zero_ext(ptr noundef initializes((8, 16)) %f, ptr addrspace(271) noundef %i) local_unnamed_addr #0 { label:31'0 X~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 20: entry: label:31'0 ~~~~~~~ 21: %0 = addrspacecast ptr addrspace(271) %i to ptr label:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: %p64 = getelementptr inbounds nuw i8, ptr %f, i64 8 label:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: store ptr %0, ptr %p64, align 8, !tbaa !3 label:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24: tail call void @use_foo(ptr noundef %f) #3 label:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25: ret void label:31'0 ~~~~~~~~~~ 26: } label:31'0 ~~ 27: label:31'0 ~ 28: ; Function Attrs: nounwind label:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29: define dso_local void @test_trunc(ptr noundef initializes((0, 4)) %f, ptr noundef %i) local_unnamed_addr #0 { label:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ label:31'1 ? possible intended match 30: entry: label:31'0 ~~~~~~~ 31: %0 = addrspacecast ptr %i to ptr addrspace(270) label:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32: store ptr addrspace(270) %0, ptr %f, align 8, !tbaa !8 label:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33: tail call void @use_foo(ptr noundef nonnull %f) #3 label:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34: ret void label:31'0 ~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/union-tbaa1.c (7 of 21679) ******************** TEST 'Clang :: CodeGen/union-tbaa1.c' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/union-tbaa1.c -triple hexagon-unknown-elf -O2 -emit-llvm -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/union-tbaa1.c + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/union-tbaa1.c -triple hexagon-unknown-elf -O2 -emit-llvm -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/union-tbaa1.c /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/union-tbaa1.c:11:16: error: CHECK-SAME: expected string not found in input // CHECK-SAME: (i32 noundef [[NUM:%.*]], ptr nocapture noundef writeonly [[VEC:%.*]], ptr nocapture noundef readonly [[INDEX:%.*]], ptr nocapture noundef readonly [[ARR:%.*]]) local_unnamed_addr #[[ATTR0:[0-9]+]] { ^ :9:28: note: scanning from here define dso_local void @fred(i32 noundef %Num, ptr nocapture noundef writeonly initializes((0, 8)) %Vec, ptr nocapture noundef readonly %Index, ptr nocapture noundef readonly %Arr) local_unnamed_addr #0 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/union-tbaa1.c -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/union-tbaa1.c' 2: source_filename = "/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/union-tbaa1.c" 3: target datalayout = "e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048:2048:2048" 4: target triple = "hexagon-unknown-unknown-elf" 5: 6: %union.vect32 = type { i32 } 7: 8: ; Function Attrs: nounwind 9: define dso_local void @fred(i32 noundef %Num, ptr nocapture noundef writeonly initializes((0, 8)) %Vec, ptr nocapture noundef readonly %Index, ptr nocapture noundef readonly %Arr) local_unnamed_addr #0 { same:11 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 10: entry: same:11 ~~~~~~~ 11: %Tmp = alloca [4 x [2 x %union.vect32]], align 8 same:11 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: call void @llvm.lifetime.start.p0(i64 32, ptr nonnull %Tmp) #3 same:11 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %0 = load i32, ptr %Index, align 4, !tbaa !2 same:11 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: %arrayidx = getelementptr inbounds [2 x i32], ptr %Arr, i32 %0 same:11 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGenCXX/inline-then-fold-variadics.cpp (8 of 21679) ******************** TEST 'Clang :: CodeGenCXX/inline-then-fold-variadics.cpp' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 12: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/inline-then-fold-variadics.cpp -triple wasm32-unknown-unknown -Wno-varargs -O1 -emit-llvm -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt - -S --passes='module(expand-variadics,default)' --expand-variadics-override=optimize -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/inline-then-fold-variadics.cpp + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/inline-then-fold-variadics.cpp -triple wasm32-unknown-unknown -Wno-varargs -O1 -emit-llvm -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt - -S '--passes=module(expand-variadics,default)' --expand-variadics-override=optimize -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/inline-then-fold-variadics.cpp /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/inline-then-fold-variadics.cpp:111:16: error: CHECK-SAME: expected string not found in input // CHECK-SAME: (i32 noundef [[X:%.*]], ptr nocapture noundef readonly [[Y:%.*]], ptr nocapture noundef writeonly [[R:%.*]]) local_unnamed_addr #[[ATTR1:[0-9]+]] { ^ :61:31: note: scanning from here define void @second_i32_ulong2(i32 noundef %x, ptr nocapture noundef readonly %y, ptr nocapture noundef writeonly initializes((0, 16)) %r) local_unnamed_addr #1 { ^ /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/inline-then-fold-variadics.cpp:122:147: error: undefined variable: ATTR1 // CHECK-SAME: (ptr nocapture noundef readonly [[X:%.*]], i32 noundef [[Y:%.*]], ptr nocapture noundef writeonly [[R:%.*]]) local_unnamed_addr #[[ATTR1]] { ^ /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/inline-then-fold-variadics.cpp:160:147: error: undefined variable: ATTR1 // CHECK-SAME: (i32 noundef [[X:%.*]], ptr nocapture noundef readonly [[Y:%.*]], ptr nocapture noundef writeonly [[R:%.*]]) local_unnamed_addr #[[ATTR1]] { ^ /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/inline-then-fold-variadics.cpp:168:147: error: undefined variable: ATTR1 // CHECK-SAME: (ptr nocapture noundef readonly [[X:%.*]], i32 noundef [[Y:%.*]], ptr nocapture noundef writeonly [[R:%.*]]) local_unnamed_addr #[[ATTR1]] { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/inline-then-fold-variadics.cpp -dump-input=help explains the following input dump. Input was: <<<<<< . . . 56: entry: 57: ret i32 %x 58: } 59: 60: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) 61: define void @second_i32_ulong2(i32 noundef %x, ptr nocapture noundef readonly %y, ptr nocapture noundef writeonly initializes((0, 16)) %r) local_unnamed_addr #1 { same:111 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 62: entry: same:111 ~~~~~~~ 63: %0 = load <2 x i64>, ptr %y, align 16, !tbaa !2 same:111 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 64: store <2 x i64> %0, ptr %r, align 16, !tbaa !2 same:111 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65: ret void same:111 ~~~~~~~~~~ 66: } same:111 ~~ 67: same:111 ~ 68: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) same:111 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69: define void @first_ulong2_i32(ptr nocapture noundef readonly %x, i32 noundef %y, ptr nocapture noundef writeonly initializes((0, 16)) %r) local_unnamed_addr #1 { same:111 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ same:122'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: match failed for invalid pattern same:122'1 undefined variable: ATTR1 70: entry: same:122'0 ~~~~~~~ 71: %0 = load <2 x i64>, ptr %x, align 16, !tbaa !2 same:122'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72: store <2 x i64> %0, ptr %r, align 16, !tbaa !2 same:122'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73: ret void same:122'0 ~~~~~~~~~~ 74: } same:122'0 ~~ . . . 84: entry: 85: ret i32 %x 86: } 87: 88: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) 89: define void @second_i32_asc(i32 noundef %x, ptr nocapture noundef readonly %y, ptr nocapture noundef writeonly initializes((0, 24)) %r) local_unnamed_addr #1 { same:160'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: match failed for invalid pattern same:160'1 undefined variable: ATTR1 90: entry: same:160'0 ~~~~~~~ 91: tail call void @llvm.memmove.p0.p0.i32(ptr noundef nonnull align 8 dereferenceable(24) %r, ptr noundef nonnull align 1 dereferenceable(24) %y, i32 24, i1 false) same:160'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92: ret void same:160'0 ~~~~~~~~~~ 93: } same:160'0 ~~ 94: same:160'0 ~ 95: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) same:160'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96: define void @first_asc_i32(ptr nocapture noundef readonly %x, i32 noundef %y, ptr nocapture noundef writeonly initializes((0, 24)) %r) local_unnamed_addr #1 { same:160'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ same:168'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: match failed for invalid pattern same:168'1 undefined variable: ATTR1 97: entry: same:168'0 ~~~~~~~ 98: tail call void @llvm.memmove.p0.p0.i32(ptr noundef nonnull align 8 dereferenceable(24) %r, ptr noundef nonnull align 1 dereferenceable(24) %x, i32 24, i1 false) same:168'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 99: ret void same:168'0 ~~~~~~~~~~ 100: } same:168'0 ~~ 101: same:168'0 ~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGenOpenCLCXX/array-type-infinite-loop.clcpp (9 of 21679) ******************** TEST 'Clang :: CodeGenOpenCLCXX/array-type-infinite-loop.clcpp' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 2: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCLCXX/array-type-infinite-loop.clcpp -triple spir -emit-llvm -O1 -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCLCXX/array-type-infinite-loop.clcpp + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCLCXX/array-type-infinite-loop.clcpp -triple spir -emit-llvm -O1 -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCLCXX/array-type-infinite-loop.clcpp /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCLCXX/array-type-infinite-loop.clcpp:5:16: error: CHECK-SAME: expected string not found in input // CHECK-SAME: ptr addrspace(1) nocapture noundef readonly align 8 [[IN:%.*]], ptr addrspace(1) nocapture noundef writeonly align 8 [[OUT:%.*]]) local_unnamed_addr #[[ATTR0:[0-9]+]] !kernel_arg_addr_space [[META3:![0-9]+]] !kernel_arg_access_qual [[META4:![0-9]+]] !kernel_arg_type [[META5:![0-9]+]] !kernel_arg_base_type [[META5]] !kernel_arg_type_qual [[META6:![0-9]+]] { ^ :7:41: note: scanning from here define dso_local spir_kernel void @test(ptr addrspace(1) nocapture noundef readonly align 8 %In, ptr addrspace(1) nocapture noundef writeonly align 8 initializes((0, 8)) %Out) local_unnamed_addr #0 !kernel_arg_addr_space !4 !kernel_arg_access_qual !5 !kernel_arg_type !6 !kernel_arg_base_type !6 !kernel_arg_type_qual !7 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCLCXX/array-type-infinite-loop.clcpp -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCLCXX/array-type-infinite-loop.clcpp' 2: source_filename = "/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCLCXX/array-type-infinite-loop.clcpp" 3: target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-G1" 4: target triple = "spir" 5: 6: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) 7: define dso_local spir_kernel void @test(ptr addrspace(1) nocapture noundef readonly align 8 %In, ptr addrspace(1) nocapture noundef writeonly align 8 initializes((0, 8)) %Out) local_unnamed_addr #0 !kernel_arg_addr_space !4 !kernel_arg_access_qual !5 !kernel_arg_type !6 !kernel_arg_base_type !6 !kernel_arg_type_qual !7 { same:5 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 8: entry: same:5 ~~~~~~~ 9: %arrayidx1 = getelementptr inbounds i8, ptr addrspace(1) %In, i32 8 same:5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10: %0 = load i64, ptr addrspace(1) %arrayidx1, align 8, !tbaa !8 same:5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: store i64 %0, ptr addrspace(1) %Out, align 8, !tbaa !8 same:5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: ret void same:5 ~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/arm-vfp16-arguments.c (10 of 21679) ******************** TEST 'Clang :: CodeGen/arm-vfp16-arguments.c' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple armv7a--none-eabi -target-abi aapcs -mfloat-abi soft -target-feature +neon -emit-llvm -o - -O1 /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments.c --check-prefix=CHECK-SOFT + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple armv7a--none-eabi -target-abi aapcs -mfloat-abi soft -target-feature +neon -emit-llvm -o - -O1 /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments.c + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments.c --check-prefix=CHECK-SOFT /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments.c:74:16: error: CHECK-SOFT: expected string not found in input // CHECK-SOFT: define{{.*}} void @test_ret_hfa(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.hfa_t) align 8 %agg.result) ^ :41:53: note: scanning from here define dso_local void @test_hfa([2 x i64] %a.coerce) local_unnamed_addr #2 { ^ :47:1: note: possible intended match here define dso_local void @test_ret_hfa(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.hfa_t) align 8 initializes((0, 16)) %agg.result) local_unnamed_addr #3 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments.c -dump-input=help explains the following input dump. Input was: <<<<<< . . . 36: %0 = load <4 x i32>, ptr @g8, align 8, !tbaa !3 37: ret <4 x i32> %0 38: } 39: 40: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) 41: define dso_local void @test_hfa([2 x i64] %a.coerce) local_unnamed_addr #2 { check:74'0 X~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 42: entry: check:74'0 ~~~~~~~ 43: ret void check:74'0 ~~~~~~~~~~ 44: } check:74'0 ~~ 45: check:74'0 ~ 46: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(readwrite, inaccessiblemem: none) check:74'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 47: define dso_local void @test_ret_hfa(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.hfa_t) align 8 initializes((0, 16)) %agg.result) local_unnamed_addr #3 { check:74'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:74'1 ? possible intended match 48: entry: check:74'0 ~~~~~~~ 49: tail call void @llvm.memcpy.p0.p0.i32(ptr noundef nonnull align 8 dereferenceable(16) %agg.result, ptr noundef nonnull align 8 dereferenceable(16) @ghfa, i32 16, i1 false), !tbaa.struct !6 check:74'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 50: ret void check:74'0 ~~~~~~~~~~ 51: } check:74'0 ~~ 52: check:74'0 ~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGenOpenCL/amdgpu-call-kernel.cl (11 of 21679) ******************** TEST 'Clang :: CodeGenOpenCL/amdgpu-call-kernel.cl' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 2: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple amdgcn-unknown-unknown -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-call-kernel.cl | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-call-kernel.cl + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple amdgcn-unknown-unknown -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-call-kernel.cl + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-call-kernel.cl /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-call-kernel.cl:3:11: error: CHECK: expected string not found in input // CHECK: define{{.*}} amdgpu_kernel void @test_call_kernel(ptr addrspace(1) nocapture noundef writeonly align 4 %out) ^ :1:1: note: scanning from here ; ModuleID = '/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-call-kernel.cl' ^ :16:6: note: possible intended match here define dso_local amdgpu_kernel void @test_call_kernel(ptr addrspace(1) nocapture noundef writeonly align 4 initializes((0, 4)) %out) local_unnamed_addr #0 !kernel_arg_addr_space !4 !kernel_arg_access_qual !5 !kernel_arg_type !6 !kernel_arg_base_type !6 !kernel_arg_type_qual !7 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-call-kernel.cl -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-call-kernel.cl' check:3'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-call-kernel.cl" check:3'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3: target datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128-p9:192:256:256:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9" check:3'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "amdgcn-unknown-unknown" check:3'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:3'0 ~ 6: @__oclc_ABI_version = weak_odr hidden local_unnamed_addr addrspace(4) constant i32 500 check:3'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . 11: store i32 4, ptr addrspace(1) %out, align 4, !tbaa !8 check:3'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: ret void check:3'0 ~~~~~~~~~~ 13: } check:3'0 ~~ 14: check:3'0 ~ 15: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: write) check:3'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16: define dso_local amdgpu_kernel void @test_call_kernel(ptr addrspace(1) nocapture noundef writeonly align 4 initializes((0, 4)) %out) local_unnamed_addr #0 !kernel_arg_addr_space !4 !kernel_arg_access_qual !5 !kernel_arg_type !6 !kernel_arg_base_type !6 !kernel_arg_type_qual !7 { check:3'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:3'1 ? possible intended match 17: entry: check:3'0 ~~~~~~~ 18: store i32 4, ptr addrspace(1) %out, align 4, !tbaa !8 check:3'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: ret void check:3'0 ~~~~~~~~~~ 20: } check:3'0 ~~ 21: check:3'0 ~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu (12 of 21679) ******************** TEST 'Clang :: CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 5: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple amdgcn-amd-amdhsa -fcuda-is-device -emit-llvm -x hip /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefixes=CHECK /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple amdgcn-amd-amdhsa -fcuda-is-device -emit-llvm -x hip /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefixes=CHECK /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu RUN: at line 6: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple spirv64-amd-amdhsa -fcuda-is-device -emit-llvm -x hip /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefixes=CHECK-SPIRV /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefixes=CHECK-SPIRV /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple spirv64-amd-amdhsa -fcuda-is-device -emit-llvm -x hip /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu -o - RUN: at line 7: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple amdgcn-amd-amdhsa -fcuda-is-device -emit-llvm -x hip /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu -disable-O0-optnone -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -S -O2 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu --check-prefixes=OPT + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple amdgcn-amd-amdhsa -fcuda-is-device -emit-llvm -x hip /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu -disable-O0-optnone -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -S -O2 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu --check-prefixes=OPT /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu:191:14: error: OPT-SAME: expected string not found in input // OPT-SAME: ptr addrspace(2) nocapture noundef readonly [[X:%.*]], ptr addrspace(1) nocapture noundef writeonly [[Y:%.*]]) local_unnamed_addr #[[ATTR0]] { ^ :32:63: note: scanning from here define dso_local amdgpu_kernel void @_Z7kernel3PU3AS2iPU3AS1i(ptr addrspace(2) nocapture noundef readonly %x, ptr addrspace(1) nocapture noundef writeonly initializes((0, 4)) %y) local_unnamed_addr #0 { ^ :32:63: note: with "ATTR0" equal to "0" define dso_local amdgpu_kernel void @_Z7kernel3PU3AS2iPU3AS1i(ptr addrspace(2) nocapture noundef readonly %x, ptr addrspace(1) nocapture noundef writeonly initializes((0, 4)) %y) local_unnamed_addr #0 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu -dump-input=help explains the following input dump. Input was: <<<<<< . . . 27: store i32 %inc, ptr addrspace(1) %x.coerce, align 4 28: ret void 29: } 30: 31: ; Function Attrs: mustprogress nofree noinline norecurse nosync nounwind willreturn memory(argmem: readwrite) 32: define dso_local amdgpu_kernel void @_Z7kernel3PU3AS2iPU3AS1i(ptr addrspace(2) nocapture noundef readonly %x, ptr addrspace(1) nocapture noundef writeonly initializes((0, 4)) %y) local_unnamed_addr #0 { same:191'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found same:191'1 with "ATTR0" equal to "0" 33: entry: same:191'0 ~~~~~~~ 34: %0 = load i32, ptr addrspace(2) %x, align 4 same:191'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35: store i32 %0, ptr addrspace(1) %y, align 4 same:191'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36: ret void same:191'0 ~~~~~~~~~~ 37: } same:191'0 ~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/arm-vfp16-arguments2.cpp (13 of 21679) ******************** TEST 'Clang :: CodeGen/arm-vfp16-arguments2.cpp' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple armv7a--none-eabi -target-abi aapcs -mfloat-abi soft -target-feature +neon -emit-llvm -o - -O2 /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments2.cpp | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments2.cpp --check-prefix=CHECK-SOFT + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple armv7a--none-eabi -target-abi aapcs -mfloat-abi soft -target-feature +neon -emit-llvm -o - -O2 /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments2.cpp + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments2.cpp --check-prefix=CHECK-SOFT /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments2.cpp:40:16: error: CHECK-SOFT: expected string not found in input // CHECK-SOFT: define{{.*}} void @_Z2f12S1(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.S1) align 8 %agg.result, [2 x i64] %s1.coerce) ^ :1:1: note: scanning from here ; ModuleID = '/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments2.cpp' ^ :15:18: note: possible intended match here define dso_local void @_Z2f12S1(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.S1) align 8 initializes((0, 16)) %agg.result, [2 x i64] %s1.coerce) local_unnamed_addr #0 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments2.cpp -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments2.cpp' check:40'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 2: source_filename = "/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/arm-vfp16-arguments2.cpp" check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3: target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64" check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4: target triple = "armv7a-unknown-none-eabi" check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5: check:40'0 ~ 6: %struct.S1 = type { <2 x float>, <4 x half> } check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . 10: %struct.S3 = type { %struct.B1, <4 x half> } check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11: %struct.S4 = type { %struct.B1, [1 x %struct.B2] } check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %struct.S5 = type { %struct.B1, [1 x %struct.B1] } check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: check:40'0 ~ 14: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: write) check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15: define dso_local void @_Z2f12S1(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.S1) align 8 initializes((0, 16)) %agg.result, [2 x i64] %s1.coerce) local_unnamed_addr #0 { check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:40'1 ? possible intended match 16: entry: check:40'0 ~~~~~~~ 17: %s1.coerce.fca.0.extract = extractvalue [2 x i64] %s1.coerce, 0 check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18: %s1.coerce.fca.1.extract = extractvalue [2 x i64] %s1.coerce, 1 check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19: store i64 %s1.coerce.fca.0.extract, ptr %agg.result, align 8, !tbaa !3 check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20: %s1.sroa.2.0.agg.result.sroa_idx = getelementptr inbounds i8, ptr %agg.result, i32 8 check:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/math-libcalls-tbaa-indirect-args.c (14 of 21679) ******************** TEST 'Clang :: CodeGen/math-libcalls-tbaa-indirect-args.c' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 2: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -O3 -fmath-errno -emit-llvm -triple x86_64-unknown-unknown -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -check-prefixes=CHECK + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -O3 -fmath-errno -emit-llvm -triple x86_64-unknown-unknown -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -check-prefixes=CHECK RUN: at line 3: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -O3 -fmath-errno -emit-llvm -triple x86_64-pc-win64 -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -check-prefixes=CHECK-WIN64 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -O3 -fmath-errno -emit-llvm -triple x86_64-pc-win64 -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -check-prefixes=CHECK-WIN64 RUN: at line 4: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -O3 -fmath-errno -emit-llvm -triple i686-unknown-unknown -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -check-prefixes=CHECK-I686 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -O3 -fmath-errno -emit-llvm -triple i686-unknown-unknown -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -check-prefixes=CHECK-I686 /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c:86:21: error: CHECK-I686-SAME: expected string not found in input // CHECK-I686-SAME: ptr dead_on_unwind noalias nocapture writable writeonly sret({ x86_fp80, x86_fp80 }) align 4 [[AGG_RESULT:%.*]], ptr nocapture noundef readonly byval({ x86_fp80, x86_fp80 }) align 4 [[CLD:%.*]]) local_unnamed_addr #[[ATTR2:[0-9]+]] { ^ :17:35: note: scanning from here define dso_local void @test_cargl(ptr dead_on_unwind noalias nocapture writable writeonly sret({ x86_fp80, x86_fp80 }) align 4 initializes((0, 10), (12, 22)) %agg.result, ptr nocapture noundef readonly byval({ x86_fp80, x86_fp80 }) align 4 %cld) local_unnamed_addr #2 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/math-libcalls-tbaa-indirect-args.c -dump-input=help explains the following input dump. Input was: <<<<<< . . . 12: 13: ; Function Attrs: mustprogress nofree nounwind willreturn memory(write) 14: declare x86_fp80 @powl(x86_fp80 noundef, x86_fp80 noundef) local_unnamed_addr #1 15: 16: ; Function Attrs: nounwind 17: define dso_local void @test_cargl(ptr dead_on_unwind noalias nocapture writable writeonly sret({ x86_fp80, x86_fp80 }) align 4 initializes((0, 10), (12, 22)) %agg.result, ptr nocapture noundef readonly byval({ x86_fp80, x86_fp80 }) align 4 %cld) local_unnamed_addr #2 { same:86 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 18: entry: same:86 ~~~~~~~ 19: %byval-temp = alloca { x86_fp80, x86_fp80 }, align 4 same:86 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20: %cld.real = load x86_fp80, ptr %cld, align 4 same:86 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21: %cld.imagp = getelementptr inbounds nuw i8, ptr %cld, i32 12 same:86 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: %cld.imag = load x86_fp80, ptr %cld.imagp, align 4 same:86 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGenOpenCL/amdgpu-abi-struct-coerce.cl (15 of 21679) ******************** TEST 'Clang :: CodeGenOpenCL/amdgpu-abi-struct-coerce.cl' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 2: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple amdgcn-unknown-unknown -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple amdgcn-unknown-unknown -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl:405:11: error: CHECK: expected string not found in input // CHECK: define{{.*}} void @func_ret_struct_arr32(ptr addrspace(5) dead_on_unwind noalias nocapture writable writeonly sret(%struct.struct_arr32) align 4 %agg.result) ^ :294:42: note: scanning from here ret %struct.struct_arr16 zeroinitializer ^ :298:1: note: possible intended match here define dso_local void @func_ret_struct_arr32(ptr addrspace(5) dead_on_unwind noalias nocapture writable writeonly sret(%struct.struct_arr32) align 4 initializes((0, 128)) %agg.result) local_unnamed_addr #3 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl -dump-input=help explains the following input dump. Input was: <<<<<< . . . 289: } 290: 291: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) 292: define dso_local %struct.struct_arr16 @func_ret_struct_arr16() local_unnamed_addr #1 { 293: entry: 294: ret %struct.struct_arr16 zeroinitializer check:405'0 X error: no match found 295: } check:405'0 ~~ 296: check:405'0 ~ 297: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: write) check:405'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 298: define dso_local void @func_ret_struct_arr32(ptr addrspace(5) dead_on_unwind noalias nocapture writable writeonly sret(%struct.struct_arr32) align 4 initializes((0, 128)) %agg.result) local_unnamed_addr #3 { check:405'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:405'1 ? possible intended match 299: entry: check:405'0 ~~~~~~~ 300: tail call void @llvm.memset.p5.i64(ptr addrspace(5) noundef align 4 dereferenceable(128) %agg.result, i8 0, i64 128, i1 false) check:405'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 301: ret void check:405'0 ~~~~~~~~~~ 302: } check:405'0 ~~ 303: check:405'0 ~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGenCXX/wasm-args-returns.cpp (16 of 21679) ******************** TEST 'Clang :: CodeGenCXX/wasm-args-returns.cpp' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -no-enable-noundef-analysis -O1 -triple wasm32-unknown-unknown -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/wasm-args-returns.cpp | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/wasm-args-returns.cpp + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -no-enable-noundef-analysis -O1 -triple wasm32-unknown-unknown -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/wasm-args-returns.cpp + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/wasm-args-returns.cpp /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/wasm-args-returns.cpp:33:11: error: CHECK: expected string not found in input // CHECK: define void @_Z7forward10two_fields(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.two_fields) align 8 %{{.*}}, ptr nocapture readonly byval(%struct.two_fields) align 8 %{{.*}}) ^ :29:37: note: scanning from here declare double @_Z13def_one_fieldv() local_unnamed_addr #3 ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGenCXX/wasm-args-returns.cpp -dump-input=help explains the following input dump. Input was: <<<<<< . . . 24: ret void 25: } 26: 27: declare void @_Z3use9one_field(double) local_unnamed_addr #3 28: 29: declare double @_Z13def_one_fieldv() local_unnamed_addr #3 check:33 X~~~~~~~~~~~~~~~~~~~~~~ error: no match found 30: check:33 ~ 31: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) check:33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32: define void @_Z7forward10two_fields(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.two_fields) align 8 initializes((0, 16)) %agg.result, ptr nocapture readonly byval(%struct.two_fields) align 8 %x) local_unnamed_addr #4 { check:33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33: entry: check:33 ~~~~~~~ 34: call void @llvm.memcpy.p0.p0.i32(ptr noundef nonnull align 8 dereferenceable(16) %agg.result, ptr noundef nonnull align 8 dereferenceable(16) %x, i32 16, i1 false), !tbaa.struct !2 check:33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c (17 of 21679) ******************** TEST 'Clang :: CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple aarch64 -target-feature +sve -O1 -Werror -Wall -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c -mvscale-min=1 -mvscale-max=1 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c -D#VBITS=128 --check-prefixes=CHECK128 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple aarch64 -target-feature +sve -O1 -Werror -Wall -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c -mvscale-min=1 -mvscale-max=1 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c -D#VBITS=128 --check-prefixes=CHECK128 RUN: at line 2: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple aarch64 -target-feature +sve -O1 -Werror -Wall -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c -mvscale-min=2 -mvscale-max=2 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c -D#VBITS=256 --check-prefixes=CHECK,CHECK256 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -triple aarch64 -target-feature +sve -O1 -Werror -Wall -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c -mvscale-min=2 -mvscale-max=2 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c -D#VBITS=256 --check-prefixes=CHECK,CHECK256 /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c:62:16: error: CHECK-SAME: expected string not found in input // CHECK-SAME: ptr dead_on_unwind noalias nocapture writable writeonly sret(<[[#div(VBITS,8)]] x i8>) align 16 %agg.result, ptr nocapture noundef readonly %0) ^ :9:27: note: scanning from here define dso_local void @f2(ptr dead_on_unwind noalias nocapture writable writeonly sret(<32 x i8>) align 16 initializes((0, 32)) %agg.result, ptr nocapture noundef readonly %0) local_unnamed_addr #0 { ^ :9:27: note: with "div(VBITS,8)" equal to "32" define dso_local void @f2(ptr dead_on_unwind noalias nocapture writable writeonly sret(<32 x i8>) align 16 initializes((0, 32)) %agg.result, ptr nocapture noundef readonly %0) local_unnamed_addr #0 { ^ /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c:92:93: error: undefined variable: TBAA6 // CHECK-NEXT: store <[[#div(VBITS,8)]] x i8> [[X]], ptr [[INDIRECT_ARG_TEMP]], align 16, [[TBAA6]] ^ :37:71: note: with "div(VBITS,8)" equal to "32" call void @llvm.lifetime.start.p0(i64 32, ptr nonnull %byval-temp) #6 ^ :37:71: note: with "X" equal to "%x" call void @llvm.lifetime.start.p0(i64 32, ptr nonnull %byval-temp) #6 ^ :37:71: note: with "INDIRECT_ARG_TEMP" equal to "%byval-temp" call void @llvm.lifetime.start.p0(i64 32, ptr nonnull %byval-temp) #6 ^ :38:2: note: possible intended match here store <32 x i8> %x, ptr %byval-temp, align 16, !tbaa !2 ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c -dump-input=help explains the following input dump. Input was: <<<<<< 1: ; ModuleID = '/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c' 2: source_filename = "/usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c" 3: target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32" 4: target triple = "aarch64" 5: 6: @x256 = local_unnamed_addr global <4 x i64> , align 16 7: 8: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) vscale_range(2,2) 9: define dso_local void @f2(ptr dead_on_unwind noalias nocapture writable writeonly sret(<32 x i8>) align 16 initializes((0, 32)) %agg.result, ptr nocapture noundef readonly %0) local_unnamed_addr #0 { same:62'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found same:62'1 with "div(VBITS,8)" equal to "32" 10: entry: same:62'0 ~~~~~~~ 11: %x = load <32 x i8>, ptr %0, align 16, !tbaa !2 same:62'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12: %1 = tail call @llvm.aarch64.sve.ptrue.nxv16i1(i32 31) same:62'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13: %cast.scalable = tail call @llvm.vector.insert.nxv16i8.v32i8( undef, <32 x i8> %x, i64 0) same:62'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14: %2 = tail call @llvm.aarch64.sve.asrd.nxv16i8( %1, %cast.scalable, i32 1) same:62'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . 32: ; Function Attrs: nounwind vscale_range(2,2) same:62'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33: define dso_local void @g( noundef %x.coerce) local_unnamed_addr #3 { same:62'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34: entry: 35: %byval-temp = alloca <32 x i8>, align 16 36: %x = tail call <32 x i8> @llvm.vector.extract.v32i8.nxv16i8( %x.coerce, i64 0) 37: call void @llvm.lifetime.start.p0(i64 32, ptr nonnull %byval-temp) #6 next:92'0 X error: match failed for invalid pattern next:92'1 undefined variable: TBAA6 next:92'2 with "div(VBITS,8)" equal to "32" next:92'3 with "X" equal to "%x" next:92'4 with "INDIRECT_ARG_TEMP" equal to "%byval-temp" 38: store <32 x i8> %x, ptr %byval-temp, align 16, !tbaa !2 next:92'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ next:92'5 ? possible intended match 39: call void @f3(ptr noundef nonnull %byval-temp) #6 next:92'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40: call void @llvm.lifetime.end.p0(i64 32, ptr nonnull %byval-temp) #6 next:92'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 41: ret void next:92'0 ~~~~~~~~~~ 42: } next:92'0 ~~ 43: next:92'0 ~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/AArch64/pure-scalable-args.c (18 of 21679) ******************** TEST 'Clang :: CodeGen/AArch64/pure-scalable-args.c' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -O3 -triple aarch64 -target-feature +sve -target-feature +sve2p1 -mvscale-min=1 -mvscale-max=1 -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/pure-scalable-args.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/pure-scalable-args.c --check-prefixes=CHECK,CHECK-AAPCS + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -O3 -triple aarch64 -target-feature +sve -target-feature +sve2p1 -mvscale-min=1 -mvscale-max=1 -emit-llvm -o - /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/pure-scalable-args.c + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/pure-scalable-args.c --check-prefixes=CHECK,CHECK-AAPCS /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/pure-scalable-args.c:311:17: error: CHECK-AAPCS: expected string not found in input // CHECK-AAPCS: define dso_local void @test_return_big_pst(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.BigPST) align 16 %agg.result, ptr nocapture noundef readonly %p) ^ :376:65: note: scanning from here define dso_local @test_return_small_pst(ptr nocapture noundef readonly %p) local_unnamed_addr #6 { ^ :384:1: note: possible intended match here define dso_local void @test_return_big_pst(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.BigPST) align 16 initializes((0, 176)) %agg.result, ptr nocapture noundef readonly %p) local_unnamed_addr #7 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/AArch64/pure-scalable-args.c -dump-input=help explains the following input dump. Input was: <<<<<< . . . 371: %7 = insertvalue <{ , , , , , }> %6, %1, 5 372: ret <{ , , , , , }> %7 373: } 374: 375: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: read) vscale_range(1,1) 376: define dso_local @test_return_small_pst(ptr nocapture noundef readonly %p) local_unnamed_addr #6 { check:311'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 377: entry: check:311'0 ~~~~~~~ 378: %retval.sroa.0.0.copyload = load <4 x float>, ptr %p, align 16, !tbaa !3 check:311'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 379: %cast.scalable = tail call @llvm.vector.insert.nxv4f32.v4f32( undef, <4 x float> %retval.sroa.0.0.copyload, i64 0) check:311'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 380: ret %cast.scalable check:311'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 381: } check:311'0 ~~ 382: check:311'0 ~ 383: ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(argmem: readwrite) vscale_range(1,1) check:311'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 384: define dso_local void @test_return_big_pst(ptr dead_on_unwind noalias nocapture writable writeonly sret(%struct.BigPST) align 16 initializes((0, 176)) %agg.result, ptr nocapture noundef readonly %p) local_unnamed_addr #7 { check:311'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:311'1 ? possible intended match 385: entry: check:311'0 ~~~~~~~ 386: tail call void @llvm.memcpy.p0.p0.i64(ptr noundef nonnull align 16 dereferenceable(176) %agg.result, ptr noundef nonnull align 16 dereferenceable(176) %p, i64 176, i1 false), !tbaa.struct !7 check:311'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 387: ret void check:311'0 ~~~~~~~~~~ 388: } check:311'0 ~~ 389: check:311'0 ~ . . . >>>>>> -- ******************** Testing: FAIL: Clang :: CodeGen/X86/ms-x86-intrinsics.c (19 of 21679) ******************** TEST 'Clang :: CodeGen/X86/ms-x86-intrinsics.c' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -Werror -ffreestanding -fms-extensions -fms-compatibility -fms-compatibility-version=17.00 -triple i686--windows -Oz -emit-llvm /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c -check-prefix=CHECK -check-prefix=CHECK-I386 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -Werror -ffreestanding -fms-extensions -fms-compatibility -fms-compatibility-version=17.00 -triple i686--windows -Oz -emit-llvm /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c -check-prefix=CHECK -check-prefix=CHECK-I386 RUN: at line 4: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -Werror -ffreestanding -fms-extensions -fms-compatibility -fms-compatibility-version=17.00 -triple x86_64--windows -Oz -emit-llvm /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c -o - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c --check-prefix=CHECK --check-prefix=CHECK-X64 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/20/include -nostdsysteminc -Werror -ffreestanding -fms-extensions -fms-compatibility -fms-compatibility-version=17.00 -triple x86_64--windows -Oz -emit-llvm /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c -o - + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c --check-prefix=CHECK --check-prefix=CHECK-X64 /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c:174:21: error: CHECK-X64-LABEL: expected string not found in input // CHECK-X64-LABEL: define dso_local i64 @test_mul128(i64 noundef %Multiplier, i64 noundef %Multiplicand, ptr{{[a-z_ ]*}}%HighProduct) ^ :118:83: note: scanning from here define dso_local range(i64 0, -1) i64 @test__umulh(i64 noundef %a, i64 noundef %b) local_unnamed_addr #0 { ^ :129:1: note: possible intended match here define dso_local i64 @test_mul128(i64 noundef %Multiplier, i64 noundef %Multiplicand, ptr nocapture noundef writeonly initializes((0, 8)) %HighProduct) local_unnamed_addr #3 { ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/CodeGen/X86/ms-x86-intrinsics.c -dump-input=help explains the following input dump. Input was: <<<<<< . . . 113: %4 = trunc nuw i128 %3 to i64 114: ret i64 %4 115: } 116: 117: ; Function Attrs: minsize mustprogress nofree norecurse nosync nounwind optsize willreturn memory(none) 118: define dso_local range(i64 0, -1) i64 @test__umulh(i64 noundef %a, i64 noundef %b) local_unnamed_addr #0 { label:174'0 X~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found 119: entry: label:174'0 ~~~~~~~ 120: %0 = zext i64 %a to i128 label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 121: %1 = zext i64 %b to i128 label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 122: %2 = mul nuw i128 %1, %0 label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 123: %3 = lshr i128 %2, 64 label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~ 124: %4 = trunc nuw i128 %3 to i64 label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125: ret i64 %4 label:174'0 ~~~~~~~~~~~~ 126: } label:174'0 ~~ 127: label:174'0 ~ 128: ; Function Attrs: minsize mustprogress nofree norecurse nosync nounwind optsize willreturn memory(argmem: write) label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 129: define dso_local i64 @test_mul128(i64 noundef %Multiplier, i64 noundef %Multiplicand, ptr nocapture noundef writeonly initializes((0, 8)) %HighProduct) local_unnamed_addr #3 { label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ label:174'1 ? possible intended match 130: entry: label:174'0 ~~~~~~~ 131: %0 = sext i64 %Multiplier to i128 label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 132: %1 = sext i64 %Multiplicand to i128 label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 133: %2 = mul nsw i128 %1, %0 label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 134: %3 = lshr i128 %2, 64 label:174'0 ~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (19): Clang :: CodeGen/AArch64/pure-scalable-args.c Clang :: CodeGen/AArch64/sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c Clang :: CodeGen/SystemZ/systemz-inline-asm.c Clang :: CodeGen/SystemZ/zos-mixed-ptr-sizes.c Clang :: CodeGen/X86/ms-x86-intrinsics.c Clang :: CodeGen/arm-vfp16-arguments.c Clang :: CodeGen/arm-vfp16-arguments2.cpp Clang :: CodeGen/isfpclass.c Clang :: CodeGen/math-libcalls-tbaa-indirect-args.c Clang :: CodeGen/ms-mixed-ptr-sizes.c Clang :: CodeGen/tbaa-struct-bitfield-endianness.cpp Clang :: CodeGen/union-tbaa1.c Clang :: CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu Clang :: CodeGenCXX/inline-then-fold-variadics.cpp Clang :: CodeGenCXX/wasm-args-returns.cpp Clang :: CodeGenOpenCL/amdgpu-abi-struct-coerce.cl Clang :: CodeGenOpenCL/amdgpu-call-kernel.cl Clang :: CodeGenOpenCL/kernels-have-spir-cc-by-default.cl Clang :: CodeGenOpenCLCXX/array-type-infinite-loop.clcpp Testing Time: 135.52s Total Discovered Tests: 45926 Skipped : 4 (0.01%) Unsupported : 105 (0.23%) Passed : 45768 (99.66%) Expectedly Failed: 30 (0.07%) Failed : 19 (0.04%) FAILED: gen/clang/test/run-lit python3 bin/llvm-lit -sv ../../clang/test ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-clang']' returned non-zero exit status 1.