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 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 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 2bada41llvm/test/CodeGen/AMDGPU itofp.i128.ll branch-folding-implicit-def-subreg.ll

StructurizeCFG: Use poison instead of undef (#130459)

There are a surprising number of codegen changes from this.
DeltaFile
+132-132llvm/test/CodeGen/AMDGPU/itofp.i128.ll
+99-114llvm/test/CodeGen/AMDGPU/branch-folding-implicit-def-subreg.ll
+101-99llvm/test/CodeGen/AMDGPU/loop_break.ll
+59-61llvm/test/CodeGen/AMDGPU/multilevel-break.ll
+44-34llvm/test/CodeGen/AMDGPU/tuple-allocation-failure.ll
+23-23llvm/test/CodeGen/AMDGPU/itofp.i128.bf.ll
+458-46320 files not shown
+591-62226 files

LLVM/project c2f7c83llvm/test/CodeGen/AMDGPU itofp.i128.ll branch-folding-implicit-def-subreg.ll

StructurizeCFG: Use poison instead of undef

There are a surprising number of codegen changes from this.
DeltaFile
+132-132llvm/test/CodeGen/AMDGPU/itofp.i128.ll
+99-114llvm/test/CodeGen/AMDGPU/branch-folding-implicit-def-subreg.ll
+101-99llvm/test/CodeGen/AMDGPU/loop_break.ll
+59-61llvm/test/CodeGen/AMDGPU/multilevel-break.ll
+44-34llvm/test/CodeGen/AMDGPU/tuple-allocation-failure.ll
+23-23llvm/test/CodeGen/AMDGPU/itofp.i128.bf.ll
+458-46320 files not shown
+591-62226 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/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-rv64.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vloxseg-rv32.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vluxseg-rv32.ll
+89,016-92,77645,766 files not shown
+4,106,333-2,097,16845,772 files

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

Merge branch 'main' into users/vitalybuka/spr/libclocale-update-grouping-tests
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/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-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,77643,237 files not shown
+4,159,794-2,020,02343,243 files

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

Rebase on top of upstream main.

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,77625,898 files not shown
+2,366,612-1,404,79425,904 files

LLVM/project 17ee91dllvm/test/CodeGen/RISCV/rvv vloxseg-rv64.ll vluxseg-rv64.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vloxseg-rv64.ll
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vluxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-rv64.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vloxseg-rv32.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vluxseg-rv32.ll
+89,016-92,77625,898 files not shown
+2,366,612-1,404,79425,904 files

LLVM/project 4f31680llvm/test/CodeGen/RISCV/rvv vloxseg-rv64.ll vluxseg-rv64.ll

Rebase on top of upstream main. Remove opt has_value, value use.

Created using spr 1.3.6-beta.1
DeltaFile
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vloxseg-rv64.ll
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vluxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-rv64.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vloxseg-rv32.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vluxseg-rv32.ll
+89,016-92,77625,898 files not shown
+2,366,612-1,404,79425,904 files

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

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vloxseg-rv64.ll
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vluxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-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,77625,898 files not shown
+2,366,610-1,404,79225,904 files

LLVM/project 26a149bllvm/test/CodeGen/RISCV/rvv vloxseg-rv64.ll vluxseg-rv64.ll

Rebase on top of upstream main.

Created using spr 1.3.6-beta.1
DeltaFile
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vloxseg-rv64.ll
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vluxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-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,77625,898 files not shown
+2,366,610-1,404,79225,904 files

LLVM/project 2cb9de4llvm/test/CodeGen/RISCV/rvv vloxseg-rv64.ll vluxseg-rv64.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vloxseg-rv64.ll
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vluxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-rv64.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vloxseg-rv32.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vluxseg-rv32.ll
+89,016-92,77625,898 files not shown
+2,366,610-1,404,79225,904 files

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

Rebase on top of upstream main.

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/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-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,77625,898 files not shown
+2,366,610-1,404,79225,904 files

LLVM/project 08dc8a4llvm/test/CodeGen/RISCV/rvv vluxseg-rv64.ll vloxseg-rv64.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
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/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-rv64.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vloxseg-rv32.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vluxseg-rv32.ll
+89,016-92,77625,898 files not shown
+2,366,606-1,404,78925,904 files

LLVM/project 23ac5efllvm/test/CodeGen/RISCV/rvv vloxseg-rv64.ll vluxseg-rv64.ll

Rebase on top of upstream main.

Created using spr 1.3.6-beta.1
DeltaFile
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vloxseg-rv64.ll
+17,258-17,152llvm/test/CodeGen/RISCV/rvv/vluxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-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,77625,898 files not shown
+2,366,606-1,404,78925,904 files

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

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
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/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-rv64.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vloxseg-rv32.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vluxseg-rv32.ll
+89,016-92,77625,898 files not shown
+2,366,606-1,404,78925,904 files

LLVM/project 6675226clang/test/Sema/aarch64-sve2-intrinsics acle_sve2.cpp, llvm/test/CodeGen/AMDGPU flat_atomics_i64_system_noprivate.ll flat_atomics_i64_noprivate.ll

Merge branch 'users/chapuni/cov/single/test' into users/chapuni/cov/single/merge
DeltaFile
+9,493-2,213llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+8,111-1,718llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
+9,196-0llvm/test/CodeGen/AMDGPU/flat_atomics_i64_system_noprivate.ll
+3,630-3,624llvm/test/CodeGen/RISCV/wide-scalar-shift-by-byte-multiple-legalization.ll
+6,804-0llvm/test/CodeGen/AMDGPU/flat_atomics_i64_noprivate.ll
+3,290-3,290clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2.cpp
+40,524-10,8458,255 files not shown
+418,694-225,2568,261 files

LLVM/project 50f8bd9clang/test/Sema/aarch64-sve2-intrinsics acle_sve2.cpp, llvm/include/llvm/SandboxIR SandboxIR.h

Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime
DeltaFile
+10,807-1,742llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
+6,938-29llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+3,290-3,290clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2.cpp
+2,525-2,525llvm/test/CodeGen/RISCV/wide-scalar-shift-by-byte-multiple-legalization.ll
+0-4,772llvm/include/llvm/SandboxIR/SandboxIR.h
+1,064-3,557llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp.ll
+24,624-15,9155,001 files not shown
+234,963-128,6635,007 files

LLVM/project dec720fclang/test/Sema/aarch64-sve2-intrinsics acle_sve2.cpp, llvm/include/llvm/SandboxIR SandboxIR.h

Merge branch 'users/meinersbur/flang_runtime_split-headers' into users/meinersbur/flang_runtime_move-files
DeltaFile
+10,807-1,742llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
+6,938-29llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+3,290-3,290clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2.cpp
+2,525-2,525llvm/test/CodeGen/RISCV/wide-scalar-shift-by-byte-multiple-legalization.ll
+0-4,772llvm/include/llvm/SandboxIR/SandboxIR.h
+1,064-3,557llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp.ll
+24,624-15,9155,000 files not shown
+234,951-128,6525,006 files

LLVM/project 08db098clang/test/Sema/aarch64-sve2-intrinsics acle_sve2.cpp, llvm/include/llvm/SandboxIR SandboxIR.h

Merge branch 'users/meinersbur/flang_runtime_split-headers' into users/meinersbur/flang_runtime_split-headers2
DeltaFile
+10,807-1,742llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
+6,938-29llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+3,290-3,290clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2.cpp
+2,525-2,525llvm/test/CodeGen/RISCV/wide-scalar-shift-by-byte-multiple-legalization.ll
+0-4,772llvm/include/llvm/SandboxIR/SandboxIR.h
+1,064-3,557llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp.ll
+24,624-15,9155,000 files not shown
+234,945-128,6535,006 files

LLVM/project 49b22d8clang/test/Sema/aarch64-sve2-intrinsics acle_sve2.cpp, llvm/include/llvm/SandboxIR SandboxIR.h

Merge commit '06eb10dadfaeaadc5d0d95d38bea4bfb5253e077^' into users/meinersbur/flang_runtime_split-headers
DeltaFile
+10,807-1,742llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
+6,938-29llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+3,290-3,290clang/test/Sema/aarch64-sve2-intrinsics/acle_sve2.cpp
+2,525-2,525llvm/test/CodeGen/RISCV/wide-scalar-shift-by-byte-multiple-legalization.ll
+0-4,772llvm/include/llvm/SandboxIR/SandboxIR.h
+1,064-3,557llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp.ll
+24,624-15,9155,000 files not shown
+234,945-128,6535,006 files

LLVM/project 76aaed5llvm/test/CodeGen/RISCV/rvv vluxseg-rv64.ll vloxseg-rv64.ll

Merge remote-tracking branch 'origin/main' into DIL-work-new
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/vsuxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsoxseg-rv64.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vloxseg-rv32.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vluxseg-rv32.ll
+89,016-92,77636,026 files not shown
+3,104,398-1,498,30336,032 files

LLVM/project 3bd1ec2llvm/test/CodeGen/AMDGPU memintrinsic-unroll.ll flat_atomics_i64.ll, llvm/test/CodeGen/AMDGPU/GlobalISel legalize-load-private.mir

Pseudo probe function matchign

Created using spr 1.3.4
DeltaFile
+22,543-674llvm/test/CodeGen/X86/wide-scalar-shift-by-byte-multiple-legalization.ll
+20,186-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+11,425-1,782llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+9,526-2,235llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+10,208-1,146llvm/test/CodeGen/RISCV/rvv/vfma-vp.ll
+89,937-5,83720,516 files not shown
+1,508,774-528,13720,522 files

LLVM/project 7be0b9ellvm/test/CodeGen/AMDGPU memintrinsic-unroll.ll flat_atomics_i64.ll, llvm/test/CodeGen/AMDGPU/GlobalISel legalize-load-private.mir

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.4

[skip ci]
DeltaFile
+22,543-674llvm/test/CodeGen/X86/wide-scalar-shift-by-byte-multiple-legalization.ll
+20,186-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+11,425-1,782llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+9,526-2,235llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+10,208-1,146llvm/test/CodeGen/RISCV/rvv/vfma-vp.ll
+89,937-5,83720,516 files not shown
+1,508,726-528,06720,522 files

LLVM/project e7bce6dllvm/test/CodeGen/AMDGPU memintrinsic-unroll.ll flat_atomics_i64.ll, llvm/test/CodeGen/AMDGPU/GlobalISel legalize-load-private.mir

address comments

Created using spr 1.3.4
DeltaFile
+22,543-674llvm/test/CodeGen/X86/wide-scalar-shift-by-byte-multiple-legalization.ll
+20,186-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+11,425-1,782llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+9,526-2,235llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+10,208-1,146llvm/test/CodeGen/RISCV/rvv/vfma-vp.ll
+89,937-5,83718,744 files not shown
+1,374,895-489,66018,750 files

LLVM/project c84de42llvm/test/CodeGen/AMDGPU memintrinsic-unroll.ll flat_atomics_i64.ll, llvm/test/CodeGen/AMDGPU/GlobalISel legalize-load-private.mir

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.4

[skip ci]
DeltaFile
+22,543-674llvm/test/CodeGen/X86/wide-scalar-shift-by-byte-multiple-legalization.ll
+20,186-0llvm/test/CodeGen/RISCV/rvv/expandload.ll
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+11,425-1,782llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
+9,526-2,235llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+10,208-1,146llvm/test/CodeGen/RISCV/rvv/vfma-vp.ll
+89,937-5,83718,743 files not shown
+1,374,820-489,57318,749 files

LLVM/project 94991b2llvm/test/CodeGen/AMDGPU memintrinsic-unroll.ll, llvm/test/CodeGen/AMDGPU/GlobalISel legalize-load-private.mir legalize-load-flat.mir

Drop call check

Created using spr 1.3.4
DeltaFile
+22,543-674llvm/test/CodeGen/X86/wide-scalar-shift-by-byte-multiple-legalization.ll
+16,049-0llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+9,493-2,213llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+10,948-0llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
+10,486-0llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
+8,111-1,718llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
+77,630-4,60513,289 files not shown
+985,511-356,66713,295 files