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 aa66d86clang/test/CodeGenOpenCL addr-space-struct-arg.cl amdgpu-enqueue-kernel.cl

Emitting OpenCL Kernels as calls to their respective inlined stubs to avoid double emission of kernel body.
DeltaFile
+358-212clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
+214-149clang/test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl
+115-17clang/test/CodeGenOpenCL/cl20-device-side-enqueue-attributes.cl
+76-39clang/test/CodeGenOpenCL/amdgpu-abi-struct-arg-byref.cl
+81-20clang/test/CodeGenOpenCL/opencl-kernel-call.cl
+70-27clang/test/CodeGenOpenCL/amdgpu-printf.cl
+914-46428 files not shown
+1,085-57234 files

LLVM/project 283b9efclang/include/clang/AST GlobalDecl.h, clang/lib/AST ItaniumMangle.cpp

[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel

This feature is currently not supported in the compiler.
To facilitate this we emit a stub version of each kernel
function body with different name mangling scheme, and
replaces the respective kernel call-sites appropriately.

Fixes https://github.com/llvm/llvm-project/issues/60313

D120566 was an earlier attempt made to upstream a solution
for this issue.
DeltaFile
+40-13clang/test/CodeGenOpenCL/visibility.cl
+43-0clang/test/CodeGenOpenCL/opencl-kernel-call.cl
+26-11clang/include/clang/AST/GlobalDecl.h
+10-6clang/lib/CodeGen/CGBlocks.cpp
+15-0clang/lib/AST/ItaniumMangle.cpp
+9-2clang/lib/CodeGen/CGCall.cpp
+143-328 files not shown
+176-4014 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 3783e25clang/test/CodeGenOpenCL addr-space-struct-arg.cl amdgpu-enqueue-kernel.cl

Emitting OpenCL Kernels as calls to their respective inlined stubs to avoid double emission of kernel body.
DeltaFile
+358-212clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
+214-149clang/test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl
+115-17clang/test/CodeGenOpenCL/cl20-device-side-enqueue-attributes.cl
+76-39clang/test/CodeGenOpenCL/amdgpu-abi-struct-arg-byref.cl
+81-20clang/test/CodeGenOpenCL/opencl-kernel-call.cl
+70-27clang/test/CodeGenOpenCL/amdgpu-printf.cl
+914-46428 files not shown
+1,085-57234 files

LLVM/project 85bbe5cclang/include/clang/AST GlobalDecl.h, clang/lib/AST ItaniumMangle.cpp

[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel

This feature is currently not supported in the compiler.
To facilitate this we emit a stub version of each kernel
function body with different name mangling scheme, and
replaces the respective kernel call-sites appropriately.

Fixes https://github.com/llvm/llvm-project/issues/60313

D120566 was an earlier attempt made to upstream a solution
for this issue.
DeltaFile
+40-13clang/test/CodeGenOpenCL/visibility.cl
+43-0clang/test/CodeGenOpenCL/opencl-kernel-call.cl
+26-11clang/include/clang/AST/GlobalDecl.h
+10-6clang/lib/CodeGen/CGBlocks.cpp
+15-0clang/lib/AST/ItaniumMangle.cpp
+9-2clang/lib/CodeGen/CGCall.cpp
+143-328 files not shown
+176-4014 files

LLVM/project ed3f871llvm/test/Analysis/CostModel/AArch64 arith-widening.ll, llvm/test/CodeGen/RISCV/rvv fixed-vectors-cttz-vp.ll

Merge branch 'main' into users/vitalybuka/spr/ir-optimize-cfi-in-writecombinedglobalvaluesummary
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
+1,434-1,418llvm/test/MC/AMDGPU/gfx12_asm_sop1.s
+940-1,896llvm/test/Analysis/CostModel/AArch64/arith-widening.ll
+1,240-1,230llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sop1.txt
+9,200-10,5201,240 files not shown
+47,494-33,1451,246 files

LLVM/project 397c487llvm/test/CodeGen/AMDGPU global_atomics_scan_fadd.ll global_atomics_scan_fsub.ll, llvm/test/CodeGen/RISCV/rvv fixed-vectors-cttz-vp.ll

Merge remote-tracking branch 'origin/main' into users/ccc03-08-_astmatcher_templateargumentcountis_support_functiondecl_
DeltaFile
+1,434-1,828llvm/test/CodeGen/RISCV/rvv/fixed-vectors-cttz-vp.ll
+1,246-1,246llvm/test/CodeGen/AMDGPU/global_atomics_scan_fadd.ll
+1,246-1,246llvm/test/CodeGen/AMDGPU/global_atomics_scan_fsub.ll
+1,214-1,214llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmin.ll
+1,214-1,214llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmax.ll
+726-1,509llvm/test/CodeGen/AMDGPU/callee-frame-setup.ll
+7,080-8,2571,023 files not shown
+37,140-28,4421,029 files

LLVM/project 6b5b082clang/include/clang/AST Mangle.h, clang/lib/AST Mangle.cpp

[Clang] Make `MangleContext::mangleMSGuidDecl()`, `MangleContext::mangleObjCMethodName()` and `MangleContext::mangleObjCMethodNameAsSourceName()` const methods (#130613)

Unfortunately, making `MangleContext::mangleName()` would require a lot
of const escapes due to lazy initialization and id creations:

`Mangle.h`:
*
https://github.com/llvm/llvm-project/blob/dffbc030e75b758e7512518abd499a0f680addbf/clang/include/clang/AST/Mangle.h#L82-L85
*
https://github.com/llvm/llvm-project/blob/dffbc030e75b758e7512518abd499a0f680addbf/clang/include/clang/AST/Mangle.h#L97-L99

`ItaniumMangle.cpp`:
*
https://github.com/llvm/llvm-project/blob/dffbc030e75b758e7512518abd499a0f680addbf/clang/lib/AST/ItaniumMangle.cpp#L158-L161
*
https://github.com/llvm/llvm-project/blob/4508d6aa72b0f31056ae01aff0e8009a252e4683/clang/lib/AST/ItaniumMangle.cpp#L641

`MicrosoftMangle.cpp`:
*

    [2 lines not shown]
DeltaFile
+4-3clang/lib/AST/Mangle.cpp
+3-3clang/include/clang/AST/Mangle.h
+7-62 files

LLVM/project dc66ca4llvm/test/CodeGen/AMDGPU llvm.amdgcn.smfmac.gfx950.ll, llvm/test/CodeGen/RISCV xqccmp-push-pop-popret.ll

Rebase, address comments

Created using spr 1.3.5
DeltaFile
+6,173-0llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vmul.ll
+0-6,173llvm/test/Instrumentation/MemorySanitizer/AArch64/neon_vmul.ll
+3,951-0llvm/test/CodeGen/RISCV/xqccmp-push-pop-popret.ll
+3,860-0llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-ld1.ll
+1,746-1,734llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-7.ll
+1,348-1,952llvm/test/CodeGen/AMDGPU/llvm.amdgcn.smfmac.gfx950.ll
+17,078-9,8592,714 files not shown
+131,118-67,3922,720 files

LLVM/project 7dc7264llvm/test/CodeGen/AMDGPU shufflevector.v2i64.v8i64.ll shufflevector.v2f16.v8f16.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll

Merge branch 'main' into users/ylzsx/r-tls-noie
DeltaFile
+65,595-0llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll
+29,745-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.v2f32.v8f32.ll
+203,722-016,100 files not shown
+2,040,184-604,85516,106 files

LLVM/project 2ff290bllvm/test/CodeGen/RISCV xqccmp-push-pop-popret.ll qci-interrupt-attr.ll, llvm/test/CodeGen/X86 vector-interleaved-store-i16-stride-7.ll vector-interleaved-store-i8-stride-7.ll

Rebase

Created using spr 1.3.5
DeltaFile
+3,951-0llvm/test/CodeGen/RISCV/xqccmp-push-pop-popret.ll
+3,860-0llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-ld1.ll
+1,746-1,734llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-7.ll
+1,532-1,534llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-7.ll
+2,927-0llvm/test/CodeGen/RISCV/qci-interrupt-attr.ll
+2,821-0llvm/test/CodeGen/RISCV/qci-interrupt-attr-fpr.ll
+16,837-3,2681,830 files not shown
+73,594-27,5911,836 files

LLVM/project 45ca613clang/include/clang/Basic TargetInfo.h, clang/lib/AST Mangle.cpp

[clang] Use TargetInfo to decide Mangling for C (#129920)

Instead of hardcoding the decision on what mangling scheme to use based
on targets, use TargetInfo to make the decision.
DeltaFile
+3-4clang/lib/Sema/SemaExpr.cpp
+6-0clang/include/clang/Basic/TargetInfo.h
+1-1clang/lib/AST/Mangle.cpp
+2-0clang/lib/Basic/Targets/OSTargets.h
+12-54 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 68cbc51clang/test/CodeGenOpenCL addr-space-struct-arg.cl amdgpu-enqueue-kernel.cl

Emitting OpenCL Kernels as calls to their respective inlined stubs to avoid double emission of kernel body.
DeltaFile
+347-198clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
+201-122clang/test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl
+115-17clang/test/CodeGenOpenCL/cl20-device-side-enqueue-attributes.cl
+75-40clang/test/CodeGenOpenCL/amdgpu-abi-struct-arg-byref.cl
+81-20clang/test/CodeGenOpenCL/opencl-kernel-call.cl
+70-27clang/test/CodeGenOpenCL/amdgpu-printf.cl
+889-42428 files not shown
+1,060-53334 files

LLVM/project 93af7c2clang/include/clang/AST GlobalDecl.h, clang/lib/AST ItaniumMangle.cpp

[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel

This feature is currently not supported in the compiler.
To facilitate this we emit a stub version of each kernel
function body with different name mangling scheme, and
replaces the respective kernel call-sites appropriately.

Fixes https://github.com/llvm/llvm-project/issues/60313

D120566 was an earlier attempt made to upstream a solution
for this issue.
DeltaFile
+40-13clang/test/CodeGenOpenCL/visibility.cl
+43-0clang/test/CodeGenOpenCL/opencl-kernel-call.cl
+26-11clang/include/clang/AST/GlobalDecl.h
+10-6clang/lib/CodeGen/CGBlocks.cpp
+15-0clang/lib/AST/ItaniumMangle.cpp
+9-2clang/lib/CodeGen/CGCall.cpp
+143-328 files not shown
+177-4014 files

LLVM/project 12d1753clang/test/CodeGenOpenCL addr-space-struct-arg.cl amdgpu-enqueue-kernel.cl

Emitting OpenCL Kernels as calls to their respective inlined stubs to avoid double emission of kernel body.
DeltaFile
+347-198clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
+201-122clang/test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl
+115-17clang/test/CodeGenOpenCL/cl20-device-side-enqueue-attributes.cl
+75-40clang/test/CodeGenOpenCL/amdgpu-abi-struct-arg-byref.cl
+81-20clang/test/CodeGenOpenCL/opencl-kernel-call.cl
+70-27clang/test/CodeGenOpenCL/amdgpu-printf.cl
+889-42428 files not shown
+1,060-53334 files

LLVM/project b7aa214clang/include/clang/AST GlobalDecl.h, clang/lib/AST ItaniumMangle.cpp

[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel

This feature is currently not supported in the compiler.
To facilitate this we emit a stub version of each kernel
function body with different name mangling scheme, and
replaces the respective kernel call-sites appropriately.

Fixes https://github.com/llvm/llvm-project/issues/60313

D120566 was an earlier attempt made to upstream a solution
for this issue.
DeltaFile
+40-13clang/test/CodeGenOpenCL/visibility.cl
+43-0clang/test/CodeGenOpenCL/opencl-kernel-call.cl
+26-11clang/include/clang/AST/GlobalDecl.h
+10-6clang/lib/CodeGen/CGBlocks.cpp
+15-0clang/lib/AST/ItaniumMangle.cpp
+9-2clang/lib/CodeGen/CGCall.cpp
+143-328 files not shown
+177-4014 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
+0-13,103clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret.c
+65,997-35,70622,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
+0-17,418clang/test/CodeGen/aarch64-neon-intrinsics.c
+17,418-0clang/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