LLVM/project 552f6c9llvm/test/CodeGen/X86 vector-interleaved-store-i8-stride-7.ll vector-interleaved-store-i16-stride-6.ll, llvm/test/Instrumentation/MemorySanitizer/AArch64 arm64-ld1.ll

rebase

Created using spr 1.3.4
DeltaFile
+3,128-3,170llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-7.ll
+2,487-2,510llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-6.ll
+2,099-2,096llvm/test/MC/AMDGPU/gfx12_asm_sop2.s
+2,053-2,052llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sop2.txt
+3,860-0llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-ld1.ll
+1,716-1,780llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-5.ll
+15,343-11,6084,566 files not shown
+159,258-104,3134,572 files

LLVM/project 85e290bllvm/test/CodeGen/AMDGPU bf16.ll, llvm/test/CodeGen/NVPTX cmpxchg-sm90.ll cmpxchg-sm70.ll

Merge branch 'main' into users/meinersbur/flang_runtime_remove-FLANG_INCLUDE_RUNTIME
DeltaFile
+65,595-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll
+7,350-4,196llvm/test/CodeGen/AMDGPU/bf16.ll
+6,173-0llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vmul.ll
+0-6,173llvm/test/Instrumentation/MemorySanitizer/AArch64/neon_vmul.ll
+5,680-0llvm/test/CodeGen/NVPTX/cmpxchg-sm90.ll
+5,680-0llvm/test/CodeGen/NVPTX/cmpxchg-sm70.ll
+90,478-10,3696,999 files not shown
+425,286-177,3787,005 files

LLVM/project 6705d81llvm/test/CodeGen/AMDGPU amdgpu-codegenprepare-i16-to-i32.ll lower-kernargs.ll, llvm/test/CodeGen/AMDGPU/GlobalISel irtranslator-function-args.ll

AMDGPU: Replace ptr addrspace(1) undefs with poison (#130900)

Many tests use store to undef as a placeholder use, so just replace
all of these with poison.
DeltaFile
+420-420llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll
+303-303llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
+201-201llvm/test/CodeGen/AMDGPU/lower-kernargs.ll
+169-169llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.ll
+154-154llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs-packed.ll
+154-154llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
+1,401-1,401211 files not shown
+3,296-3,296217 files

LLVM/project 2c57c89llvm/test/Analysis/CostModel/AArch64 arith-widening.ll, llvm/test/CodeGen/RISCV qci-interrupt-attr.ll

Merge branch 'main' of https://github.com/llvm/llvm-project into remove-old-res-middle
DeltaFile
+2,099-2,096llvm/test/MC/AMDGPU/gfx12_asm_sop2.s
+2,053-2,052llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sop2.txt
+1,434-1,828llvm/test/CodeGen/RISCV/rvv/fixed-vectors-cttz-vp.ll
+2,915-0llvm/test/CodeGen/RISCV/qci-interrupt-attr.ll
+1,434-1,418llvm/test/MC/AMDGPU/gfx12_asm_sop1.s
+940-1,896llvm/test/Analysis/CostModel/AArch64/arith-widening.ll
+10,875-9,2902,274 files not shown
+97,298-62,3572,280 files

LLVM/project b89ce1dllvm/test/CodeGen/AMDGPU amdgpu-codegenprepare-i16-to-i32.ll lower-kernargs.ll, llvm/test/CodeGen/AMDGPU/GlobalISel irtranslator-function-args.ll

AMDGPU: Replace ptr addrspace(1) undefs with poison

Many tests use store to undef as a placeholder use, so just replace
all of these with poison.
DeltaFile
+420-420llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll
+303-303llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
+201-201llvm/test/CodeGen/AMDGPU/lower-kernargs.ll
+169-169llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.ll
+154-154llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs-packed.ll
+154-154llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
+1,401-1,401211 files not shown
+3,296-3,296217 files

LLVM/project da42b2fllvm/test/CodeGen/AMDGPU big_alu.ll load-hi16.ll, llvm/test/CodeGen/AMDGPU/GlobalISel llvm.amdgcn.intersect_ray.ll

AMDGPU: Replace insertelement poison with insertelement undef (#130896)

This is the bulk update with perl, with cases which require additional
update left for later.
DeltaFile
+90-90llvm/test/CodeGen/AMDGPU/big_alu.ll
+50-50llvm/test/CodeGen/AMDGPU/load-hi16.ll
+28-28llvm/test/CodeGen/AMDGPU/ps-shader-arg-count.ll
+18-18llvm/test/CodeGen/AMDGPU/llvm.amdgcn.intersect_ray.ll
+18-18llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.intersect_ray.ll
+16-16llvm/test/CodeGen/AMDGPU/splitkit-getsubrangeformask.ll
+220-220139 files not shown
+660-662145 files

LLVM/project ee004b3llvm/test/CodeGen/AMDGPU amdgpu-codegenprepare-i16-to-i32.ll lower-kernargs.ll, llvm/test/CodeGen/AMDGPU/GlobalISel irtranslator-function-args.ll

AMDGPU: Replace ptr addrspace(1) undefs with poison

Many tests use store to undef as a placeholder use, so just replace
all of these with poison.
DeltaFile
+420-420llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll
+303-303llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
+201-201llvm/test/CodeGen/AMDGPU/lower-kernargs.ll
+169-169llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.ll
+154-154llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
+154-154llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs-packed.ll
+1,401-1,401211 files not shown
+3,296-3,296217 files

LLVM/project e980e7cllvm/test/CodeGen/AMDGPU big_alu.ll load-hi16.ll, llvm/test/CodeGen/AMDGPU/GlobalISel llvm.amdgcn.intersect_ray.ll

AMDGPU: Replace insertelement poison with insertelement undef

This is the bulk update with perl, with cases which require additional
update left for later.
DeltaFile
+90-90llvm/test/CodeGen/AMDGPU/big_alu.ll
+50-50llvm/test/CodeGen/AMDGPU/load-hi16.ll
+28-28llvm/test/CodeGen/AMDGPU/ps-shader-arg-count.ll
+18-18llvm/test/CodeGen/AMDGPU/llvm.amdgcn.intersect_ray.ll
+18-18llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.intersect_ray.ll
+16-16llvm/test/CodeGen/AMDGPU/splitkit-getsubrangeformask.ll
+220-220139 files not shown
+660-662145 files

LLVM/project d5e21c3llvm/test/CodeGen/AMDGPU amdgpu-codegenprepare-i16-to-i32.ll lower-kernargs.ll, llvm/test/CodeGen/AMDGPU/GlobalISel irtranslator-function-args.ll

AMDGPU: Replace ptr addrspace(1) undefs with poison

Many tests use store to undef as a placeholder use, so just replace
all of these with poison.
DeltaFile
+420-420llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll
+303-303llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
+201-201llvm/test/CodeGen/AMDGPU/lower-kernargs.ll
+169-169llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.ll
+154-154llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs-packed.ll
+154-154llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
+1,401-1,401211 files not shown
+3,296-3,296217 files

LLVM/project aad3c5ellvm/test/CodeGen/AMDGPU big_alu.ll load-hi16.ll

AMDGPU: Replace insertelement poison with insertelement undef

This is the bulk update with perl, with cases which require additional
update left for later.
DeltaFile
+90-90llvm/test/CodeGen/AMDGPU/big_alu.ll
+50-50llvm/test/CodeGen/AMDGPU/load-hi16.ll
+28-28llvm/test/CodeGen/AMDGPU/ps-shader-arg-count.ll
+18-18llvm/test/CodeGen/AMDGPU/llvm.amdgcn.intersect_ray.ll
+16-16llvm/test/CodeGen/AMDGPU/divergence-driven-buildvector.ll
+16-16llvm/test/CodeGen/AMDGPU/splitkit-getsubrangeformask.ll
+218-218130 files not shown
+627-627136 files

LLVM/project ee3af3dllvm/test/CodeGen/AMDGPU amdgpu-codegenprepare-i16-to-i32.ll lower-kernargs.ll, llvm/test/CodeGen/AMDGPU/GlobalISel irtranslator-function-args.ll

AMDGPU: Replace ptr addrspace(1) undefs with poison

Many tests use store to undef as a placeholder use, so just replace
all of these with poison.
DeltaFile
+420-420llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll
+303-303llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
+201-201llvm/test/CodeGen/AMDGPU/lower-kernargs.ll
+169-169llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.ll
+154-154llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
+154-154llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs-packed.ll
+1,401-1,401211 files not shown
+3,296-3,296217 files

LLVM/project 8d603fbllvm/test/CodeGen/AMDGPU big_alu.ll load-hi16.ll

AMDGPU: Replace insertelement poison with insertelement undef

This is the bulk update with perl, with cases which require additional
update left for later.
DeltaFile
+90-90llvm/test/CodeGen/AMDGPU/big_alu.ll
+50-50llvm/test/CodeGen/AMDGPU/load-hi16.ll
+28-28llvm/test/CodeGen/AMDGPU/ps-shader-arg-count.ll
+18-18llvm/test/CodeGen/AMDGPU/llvm.amdgcn.intersect_ray.ll
+16-16llvm/test/CodeGen/AMDGPU/splitkit-getsubrangeformask.ll
+16-16llvm/test/CodeGen/AMDGPU/divergence-driven-buildvector.ll
+218-218130 files not shown
+627-627136 files

LLVM/project 4515e4fllvm/test/CodeGen/AMDGPU big_alu.ll load-hi16.ll

AMDGPU: Replace insertelement poison with insertelement undef

This is the bulk update with perl, with cases which require additional
update left for later.
DeltaFile
+90-90llvm/test/CodeGen/AMDGPU/big_alu.ll
+50-50llvm/test/CodeGen/AMDGPU/load-hi16.ll
+28-28llvm/test/CodeGen/AMDGPU/ps-shader-arg-count.ll
+18-18llvm/test/CodeGen/AMDGPU/llvm.amdgcn.intersect_ray.ll
+16-16llvm/test/CodeGen/AMDGPU/splitkit-getsubrangeformask.ll
+16-16llvm/test/CodeGen/AMDGPU/divergence-driven-buildvector.ll
+218-218130 files not shown
+627-627136 files

LLVM/project d9751a3llvm/test/CodeGen/AMDGPU shufflevector.v2i64.v8i64.ll shufflevector.v2f16.v8f16.ll

Merge branch 'main' into users/chapuni/yaml/newgen

Conflicts:
        llvm/test/tools/llvm-cov/Inputs/branch-logical-mixed.cpp
        llvm/test/tools/llvm-cov/Inputs/branch-macros.cpp
DeltaFile
+30,641-0llvm/test/CodeGen/AMDGPU/shufflevector.v2i64.v8i64.ll
+27,655-0llvm/test/CodeGen/AMDGPU/shufflevector.v2f16.v8f16.ll
+27,655-0llvm/test/CodeGen/AMDGPU/shufflevector.v2bf16.v8bf16.ll
+27,139-0llvm/test/CodeGen/AMDGPU/shufflevector.v2i16.v8i16.ll
+25,933-0llvm/test/CodeGen/AMDGPU/shufflevector.v2p3.v8p3.ll
+25,933-0llvm/test/CodeGen/AMDGPU/shufflevector.v2f32.v8f32.ll
+164,956-030,003 files not shown
+3,294,806-1,187,82230,009 files

LLVM/project 16e61cfllvm/test/CodeGen/RISCV/rvv vluxseg-rv64.ll vloxseg-rv64.ll

Rebase

Created using spr 1.3.6-beta.1
DeltaFile
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vluxseg-rv64.ll
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vloxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsuxseg-rv64.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vluxseg-rv32.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vloxseg-rv32.ll
+89,016-92,77645,766 files not shown
+4,106,333-2,097,16845,772 files

LLVM/project df9bdfeclang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

split out the external state property based on discourse discussion

Created using spr 1.3.6-beta.1
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+13,103-0clang/test/CodeGen/AArch64/sve-intrinsics/acle_sve_reinterpret.c
+79,100-22,60322,891 files not shown
+1,488,029-919,94522,897 files

LLVM/project 9c2aecbclang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+0-13,103clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret.c
+65,997-35,70622,890 files not shown
+1,487,884-919,89122,896 files

LLVM/project d1e961eclang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/binop' into users/chapuni/cov/single/trunk
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,484 files not shown
+1,825,881-939,35723,490 files

LLVM/project cb3ff1fclang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/switch
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,484 files not shown
+1,825,881-939,35723,490 files

LLVM/project 92d2951clang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/binop-base' into users/chapuni/cov/single/binop
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,484 files not shown
+1,825,881-939,35723,490 files

LLVM/project 416f0f5clang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/binop-base
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,484 files not shown
+1,825,881-939,35723,490 files

LLVM/project f178bf6clang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/if
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,484 files not shown
+1,825,881-939,35723,490 files

LLVM/project ecc151bclang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/condop
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,484 files not shown
+1,825,881-939,35723,490 files

LLVM/project 816484fclang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/base' into users/chapuni/cov/single/loop
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,484 files not shown
+1,825,881-939,35723,490 files

LLVM/project 2968ea6clang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/refactor' into users/chapuni/cov/single/base
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,484 files not shown
+1,825,861-939,34223,490 files

LLVM/project 68d7b3bclang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/test' into users/chapuni/cov/single/merge

Conflicts:
        llvm/test/tools/llvm-cov/Inputs/showLineExecutionCounts.cpp
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,482 files not shown
+1,825,798-939,29723,488 files

LLVM/project 2413b83clang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/nextcount-base' into users/chapuni/cov/single/nextcount

Conflicts:
        clang/lib/CodeGen/CoverageMappingGen.cpp
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,473 files not shown
+1,825,659-939,16223,479 files

LLVM/project 2cb6395clang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'users/chapuni/cov/single/pair' into users/chapuni/cov/single/nextcount-base
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,473 files not shown
+1,825,646-939,14823,479 files

LLVM/project 9d3c3b0clang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'main' into users/chapuni/cov/single/getpair

Conflicts:
        clang/lib/CodeGen/CoverageMappingGen.cpp
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,343llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,60323,473 files not shown
+1,825,649-939,14723,479 files

LLVM/project 631bc35clang/test/CodeGen aarch64-neon-intrinsics.c, clang/test/CodeGen/AArch64 neon-intrinsics.c

Merge branch 'main' into users/chapuni/cov/single/replace
DeltaFile
+16,880-2,842llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system.ll
+19,618-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+17,418-0clang/test/CodeGen/AArch64/neon-intrinsics.c
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+12,081-2,450llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+82,046-22,71026,925 files not shown
+2,067,496-1,063,53326,931 files