LLVM/project 31f9136clang/include/clang/Basic BuiltinsX86.td, llvm/test/CodeGen/AMDGPU dagcombine-fmul-sel.ll

Merge branch 'main' into users/zhaoqi5/avoid-scheduling-and-attach-relax
DeltaFile
+4,839-5,345llvm/test/CodeGen/RISCV/rvv/vfma-vp.ll
+3,056-4,201llvm/test/CodeGen/X86/vector-interleaved-load-i8-stride-8.ll
+6,647-0llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
+5,378-4clang/include/clang/Basic/BuiltinsX86.td
+2,667-2,586llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt
+3,130-1,856llvm/test/CodeGen/AMDGPU/dagcombine-fmul-sel.ll
+25,717-13,9924,774 files not shown
+272,955-129,7234,780 files

LLVM/project b5f3622clang/lib/Sema SemaOpenACCClause.cpp SemaOpenACC.cpp, llvm/test/CodeGen/X86 vector-interleaved-load-i8-stride-8.ll vector-compress.ll

Rebase and update commit message

Created using spr 1.3.6-beta.1
DeltaFile
+3,056-4,201llvm/test/CodeGen/X86/vector-interleaved-load-i8-stride-8.ll
+3,632-58llvm/test/CodeGen/X86/vector-compress.ll
+1,264-1,287llvm/test/CodeGen/X86/vector-interleaved-load-i8-stride-7.ll
+2,247-0clang/lib/Sema/SemaOpenACCClause.cpp
+3-2,235clang/lib/Sema/SemaOpenACC.cpp
+1,068-1,068llvm/test/CodeGen/X86/vector-interleaved-load-i8-stride-5.ll
+11,270-8,8491,044 files not shown
+38,590-18,9091,050 files

LLVM/project 12ba74eflang/test/Fir/CUDA cuda-data-transfer.fir, flang/test/HLFIR assign-codegen.fir

[flang] Do not produce result for void runtime call (#123155)

Runtime function call to a void function are producing a ssa value
because the FunctionType result is set to NoneType with is later
translated to a empty struct. This is not an issue when going to LLVM IR
but it breaks when lowering a gpu module to PTX. This patch update the
RTModel to correctly set the FunctionType result type to nothing.

This is one runtime call before this patch at the LLVM IR dialect step.
```
%45 = llvm.call @_FortranAAssign(%arg0, %1, %44, %4) : (!llvm.ptr, !llvm.ptr, !llvm.ptr, i32) -> !llvm.struct<()>
```

After the patch the call would be correctly formed
```
llvm.call @_FortranAAssign(%arg0, %1, %44, %4) : (!llvm.ptr, !llvm.ptr, !llvm.ptr, i32) -> ()
```

Without the patch it would lead to error like:

    [5 lines not shown]
DeltaFile
+35-35flang/test/Lower/allocatable-polymorphic.f90
+27-27flang/test/Transforms/simplifyintrinsics.fir
+25-25flang/test/Fir/CUDA/cuda-data-transfer.fir
+21-21flang/test/Lower/HLFIR/structure-constructor.f90
+17-17flang/test/Lower/polymorphic.f90
+15-15flang/test/HLFIR/assign-codegen.fir
+140-140155 files not shown
+639-647161 files

LLVM/project a2b77f0lld/MachO ObjC.cpp, llvm/test/CodeGen/RISCV/rvv fpclamptosat_vec.ll

Merge commit '3ed964ea2a79c988757c0a62806560b316584414' into users/meinersbur/irbuilder-extract
DeltaFile
+3,821-0llvm/test/CodeGen/X86/avgceils.ll
+3,437-0llvm/test/CodeGen/X86/avgfloors.ll
+2,629-0llvm/test/CodeGen/X86/avgflooru.ll
+2,219-0llvm/test/CodeGen/X86/avgceilu.ll
+462-630llvm/test/CodeGen/RISCV/rvv/fpclamptosat_vec.ll
+3-919lld/MachO/ObjC.cpp
+12,571-1,549712 files not shown
+26,084-9,640718 files

LLVM/project 2c74d1flibcxx/utils/data ignore_format.txt, llvm/test/CodeGen/AArch64 vecreduce-add.ll

Merge commit 'a90631d7cf9911b0703b2d155eb5a4fbbb1fd4d0' into users/meinersbur/irbuilder-extract
DeltaFile
+4,388-8,764llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-6.ll
+3,964-7,908llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-8.ll
+5,126-2,951llvm/test/CodeGen/AArch64/vecreduce-add.ll
+0-7,288libcxx/utils/data/ignore_format.txt
+3,508-3,452llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-7.ll
+6,487-181llvm/test/CodeGen/X86/vec_fneg.ll
+23,473-30,5446,028 files not shown
+294,205-163,4816,034 files

LLVM/project 2811a38clang/test/OpenMP atomic_compare_codegen.cpp nvptx_SPMD_codegen.cpp, libc/src/__support ryu_long_double_constants.h

Merge commit 'dd699c1333daeaea1c50c1506a66e9c7372afbb5' into users/meinersbur/irbuilder-extract
DeltaFile
+119,926-0libc/src/__support/ryu_long_double_constants.h
+20,887-20,814llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+34,181-35clang/test/OpenMP/atomic_compare_codegen.cpp
+12,436-12,678clang/test/OpenMP/nvptx_SPMD_codegen.cpp
+16,298-0llvm/test/CodeGen/X86/pcsections-atomics.ll
+12,455-3,587llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-8.ll
+216,183-37,11441,232 files not shown
+4,417,032-1,979,31641,238 files

LLVM/project b1cb13eclang/test/OpenMP nvptx_SPMD_codegen.cpp target_teams_distribute_reduction_codegen.cpp, llvm/test/CodeGen/AMDGPU offset-split-flat.ll carryout-selection.ll

Merge commit '4add729e3e77e641ae2c8c44214263bdd1ae6406' into users/meinersbur/irbuilder-extract
DeltaFile
+26,460-181clang/test/OpenMP/nvptx_SPMD_codegen.cpp
+8,503-32clang/test/OpenMP/target_teams_distribute_reduction_codegen.cpp
+2,577-1,095llvm/test/CodeGen/AMDGPU/offset-split-flat.ll
+3,484-44clang/test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp
+2,199-697clang/test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp
+2,683-175llvm/test/CodeGen/AMDGPU/carryout-selection.ll
+45,906-2,2241,157 files not shown
+98,888-18,5971,163 files

LLVM/project e2a38ddllvm/test/CodeGen/AArch64/Atomics aarch64-atomicrmw-lse128.ll aarch64-atomicrmw-lse2_lse128.ll, llvm/test/CodeGen/WebAssembly simd-arith.ll

Merge commit '72bd2da712c55ec732a40de0db5430204e2b24e6' into users/meinersbur/irbuilder-extract
DeltaFile
+14,409-980llvm/test/CodeGen/WebAssembly/simd-arith.ll
+5,441-6,343llvm/test/CodeGen/X86/vector-interleaved-load-i16-stride-6.ll
+5,191-5,191llvm/test/CodeGen/X86/wide-scalar-shift-legalization.ll
+3,916-4,108llvm/test/CodeGen/X86/vector-interleaved-load-i32-stride-6.ll
+0-6,734llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-lse128.ll
+6,609-0llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-lse2_lse128.ll
+35,566-23,3569,855 files not shown
+548,303-789,5749,861 files

LLVM/project a3e5813clang/test/CodeGen/RISCV/rvv-intrinsics vluxseg_mask_mf.c vloxseg_mask_mf.c, llvm/test/CodeGen/AArch64/Atomics aarch64-atomicrmw-rcpc3.ll aarch64-atomicrmw-rcpc.ll

Merge commit 'e1acf65bc1b6fbde7f0d099003c148f9b46f7b21' into users/meinersbur/irbuilder-extract
DeltaFile
+9,679-0llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-rcpc3.ll
+9,679-0llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-rcpc.ll
+9,679-0llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-v8a.ll
+9,679-0llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-lse2.ll
+0-9,104clang/test/CodeGen/RISCV/rvv-intrinsics/vluxseg_mask_mf.c
+0-9,104clang/test/CodeGen/RISCV/rvv-intrinsics/vloxseg_mask_mf.c
+38,716-18,20815,675 files not shown
+2,473,889-901,26515,681 files

LLVM/project 3ed964elld/MachO ObjC.cpp, llvm/test/CodeGen/RISCV/rvv fpclamptosat_vec.ll

Merge commit 'ffd08c7759000f55332f1657a1fab64a7adc03fd' into users/meinersbur/irbuilder-extract-refactor
DeltaFile
+3,821-0llvm/test/CodeGen/X86/avgceils.ll
+3,437-0llvm/test/CodeGen/X86/avgfloors.ll
+2,629-0llvm/test/CodeGen/X86/avgflooru.ll
+2,219-0llvm/test/CodeGen/X86/avgceilu.ll
+462-630llvm/test/CodeGen/RISCV/rvv/fpclamptosat_vec.ll
+3-919lld/MachO/ObjC.cpp
+12,571-1,549712 files not shown
+26,084-9,640718 files

LLVM/project a90631dlibcxx/utils/data ignore_format.txt, llvm/test/CodeGen/AArch64 vecreduce-add.ll

Merge commit '3bf72bf427f15521111df4e35c868005ceb0013b^' into users/meinersbur/irbuilder-extract-refactor
DeltaFile
+4,388-8,764llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-6.ll
+3,964-7,908llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-8.ll
+5,126-2,951llvm/test/CodeGen/AArch64/vecreduce-add.ll
+0-7,288libcxx/utils/data/ignore_format.txt
+3,508-3,452llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-7.ll
+6,487-181llvm/test/CodeGen/X86/vec_fneg.ll
+23,473-30,5446,028 files not shown
+294,205-163,4816,034 files

LLVM/project dd699c1clang/test/OpenMP atomic_compare_codegen.cpp nvptx_SPMD_codegen.cpp, libc/src/__support ryu_long_double_constants.h

Merge commit '6942c64e8128e4ccd891b813d0240f574f80f59e^' into users/meinersbur/irbuilder-extract-refactor
DeltaFile
+119,926-0libc/src/__support/ryu_long_double_constants.h
+20,887-20,814llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+34,181-35clang/test/OpenMP/atomic_compare_codegen.cpp
+12,436-12,678clang/test/OpenMP/nvptx_SPMD_codegen.cpp
+16,298-0llvm/test/CodeGen/X86/pcsections-atomics.ll
+12,455-3,587llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-8.ll
+216,183-37,11441,232 files not shown
+4,417,032-1,979,31641,238 files

LLVM/project 4add729clang/test/OpenMP nvptx_SPMD_codegen.cpp target_teams_distribute_reduction_codegen.cpp, llvm/test/CodeGen/AMDGPU offset-split-flat.ll carryout-selection.ll

Merge commit '5da674492a5acf8e08a58f611e39ff4cd6a16dfe^' into users/meinersbur/irbuilder-extract-refactor
DeltaFile
+26,460-181clang/test/OpenMP/nvptx_SPMD_codegen.cpp
+8,503-32clang/test/OpenMP/target_teams_distribute_reduction_codegen.cpp
+2,577-1,095llvm/test/CodeGen/AMDGPU/offset-split-flat.ll
+3,484-44clang/test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp
+2,199-697clang/test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp
+2,683-175llvm/test/CodeGen/AMDGPU/carryout-selection.ll
+45,906-2,2241,157 files not shown
+98,888-18,5971,163 files

LLVM/project 72bd2dallvm/test/CodeGen/AArch64/Atomics aarch64-atomicrmw-lse128.ll aarch64-atomicrmw-lse2_lse128.ll, llvm/test/CodeGen/WebAssembly simd-arith.ll

Merge commit '0cbb8ec030e23c0e13331b5d54155def8c901b36^' into users/meinersbur/irbuilder-extract-refactor
DeltaFile
+14,409-980llvm/test/CodeGen/WebAssembly/simd-arith.ll
+5,441-6,343llvm/test/CodeGen/X86/vector-interleaved-load-i16-stride-6.ll
+5,191-5,191llvm/test/CodeGen/X86/wide-scalar-shift-legalization.ll
+3,916-4,108llvm/test/CodeGen/X86/vector-interleaved-load-i32-stride-6.ll
+0-6,734llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-lse128.ll
+6,609-0llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-lse2_lse128.ll
+35,566-23,3569,848 files not shown
+548,241-789,4849,854 files

LLVM/project e1acf65llvm/test/CodeGen/AArch64/Atomics aarch64-atomicrmw-rcpc3.ll aarch64-atomicrmw-v8a.ll, llvm/test/CodeGen/AMDGPU gfx-callable-argument-types.ll

Merge commit 'f9599bbc7a3f831e1793a549d8a7a19265f3e504^' into users/meinersbur/irbuilder-extract-refactor
DeltaFile
+8,414-8,431llvm/test/CodeGen/SystemZ/Large/branch-01.ll
+9,679-0llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-rcpc3.ll
+9,679-0llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-v8a.ll
+9,679-0llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-rcpc.ll
+9,679-0llvm/test/CodeGen/AArch64/Atomics/aarch64-atomicrmw-lse2.ll
+5,620-3,841llvm/test/CodeGen/AMDGPU/gfx-callable-argument-types.ll
+52,750-12,27221,723 files not shown
+2,716,037-1,117,08321,729 files

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

rebase

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/vsoxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsuxseg-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,77646,218 files not shown
+4,313,171-1,926,65346,224 files

LLVM/project 9bc6c9ellvm/lib/Support UnicodeNameToCodepointGenerated.cpp, llvm/test/CodeGen/RISCV/rvv vloxseg-rv64.ll vluxseg-rv64.ll

rebase

Created using spr 1.3.5-bogner
DeltaFile
+22,225-17,874llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-7.ll
+19,816-19,812llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+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/vsoxseg-rv64.ll
+14,327-17,447llvm/test/CodeGen/RISCV/rvv/vsuxseg-rv64.ll
+105,211-106,88450,557 files not shown
+5,033,721-2,425,70450,563 files

LLVM/project 94132fcclang/include/clang/Sema Sema.h, clang/test/OpenMP nesting_of_regions.cpp

rebase. remove warn_drv_unsupported_sdata

Created using spr 1.3.5-bogner
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+11,571-11,038clang/include/clang/Sema/Sema.h
+14,822-5,432llvm/test/CodeGen/AMDGPU/memory-legalizer-global-agent.ll
+14,223-5,559llvm/test/CodeGen/AMDGPU/memory-legalizer-global-workgroup.ll
+16,260-3,461llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+0-19,580clang/test/OpenMP/nesting_of_regions.cpp
+80,191-45,07038,395 files not shown
+3,008,922-1,208,09038,401 files

LLVM/project 62d4db7clang/include/clang/Sema Sema.h, clang/test/OpenMP nesting_of_regions.cpp

Rebase

Created using spr 1.3.6-beta.1
DeltaFile
+22,774-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+14,980-5,704llvm/test/CodeGen/AMDGPU/memory-legalizer-global-agent.ll
+8,757-11,339clang/include/clang/Sema/Sema.h
+14,165-5,559llvm/test/CodeGen/AMDGPU/memory-legalizer-global-workgroup.ll
+14,216-5,464llvm/test/CodeGen/AMDGPU/memory-legalizer-global-system.ll
+0-19,580clang/test/OpenMP/nesting_of_regions.cpp
+74,892-47,64633,114 files not shown
+2,720,926-1,359,73233,120 files

LLVM/project 9acdeebclang/include/clang/Sema Sema.h, clang/test/OpenMP nesting_of_regions.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+22,774-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+14,980-5,704llvm/test/CodeGen/AMDGPU/memory-legalizer-global-agent.ll
+8,757-11,339clang/include/clang/Sema/Sema.h
+14,165-5,559llvm/test/CodeGen/AMDGPU/memory-legalizer-global-workgroup.ll
+14,216-5,464llvm/test/CodeGen/AMDGPU/memory-legalizer-global-system.ll
+0-19,580clang/test/OpenMP/nesting_of_regions.cpp
+74,892-47,64633,114 files not shown
+2,720,925-1,359,73133,120 files

LLVM/project 03538e3clang/include/clang/Sema Sema.h, clang/test/OpenMP nesting_of_regions.cpp

run 'git merge main'
DeltaFile
+14,980-5,704llvm/test/CodeGen/AMDGPU/memory-legalizer-global-agent.ll
+8,584-11,332clang/include/clang/Sema/Sema.h
+14,165-5,559llvm/test/CodeGen/AMDGPU/memory-legalizer-global-workgroup.ll
+14,216-5,464llvm/test/CodeGen/AMDGPU/memory-legalizer-global-system.ll
+0-19,580clang/test/OpenMP/nesting_of_regions.cpp
+19,567-0clang/test/OpenMP/Inputs/nesting_of_regions.cpp
+71,512-47,63923,397 files not shown
+1,656,868-746,01023,403 files

LLVM/project daf310dclang/include/clang/Sema Sema.h, clang/test/OpenMP nesting_of_regions.cpp

run 'git merge main'
DeltaFile
+14,980-5,704llvm/test/CodeGen/AMDGPU/memory-legalizer-global-agent.ll
+8,602-11,167clang/include/clang/Sema/Sema.h
+14,165-5,559llvm/test/CodeGen/AMDGPU/memory-legalizer-global-workgroup.ll
+14,216-5,464llvm/test/CodeGen/AMDGPU/memory-legalizer-global-system.ll
+0-19,580clang/test/OpenMP/nesting_of_regions.cpp
+19,567-0clang/test/OpenMP/Inputs/nesting_of_regions.cpp
+71,530-47,47422,931 files not shown
+1,620,117-728,92922,937 files

LLVM/project 96fa240clang/test/OpenMP nesting_of_regions.cpp, clang/test/OpenMP/Inputs nesting_of_regions.cpp

Merge branch 'upstream/main' into ptrauth-auth-resign-isel
DeltaFile
+13,404-6,344llvm/test/CodeGen/AMDGPU/memory-legalizer-global-agent.ll
+0-19,580clang/test/OpenMP/nesting_of_regions.cpp
+19,567-0clang/test/OpenMP/Inputs/nesting_of_regions.cpp
+12,949-6,549llvm/test/CodeGen/AMDGPU/memory-legalizer-global-workgroup.ll
+12,712-6,088llvm/test/CodeGen/AMDGPU/memory-legalizer-global-system.ll
+12,041-6,669llvm/test/CodeGen/AMDGPU/memory-legalizer-global-wavefront.ll
+70,673-45,23014,521 files not shown
+1,047,527-493,40214,527 files

LLVM/project 3628696clang/include/clang/Sema Sema.h, clang/test/OpenMP nesting_of_regions.cpp

run 'git merge main'
DeltaFile
+14,980-5,704llvm/test/CodeGen/AMDGPU/memory-legalizer-global-agent.ll
+9,317-10,958clang/include/clang/Sema/Sema.h
+14,165-5,559llvm/test/CodeGen/AMDGPU/memory-legalizer-global-workgroup.ll
+14,216-5,464llvm/test/CodeGen/AMDGPU/memory-legalizer-global-system.ll
+0-19,580clang/test/OpenMP/nesting_of_regions.cpp
+19,567-0clang/test/OpenMP/Inputs/nesting_of_regions.cpp
+72,245-47,26522,308 files not shown
+1,544,864-690,80622,314 files

LLVM/project 42df2c5clang/test/OpenMP nesting_of_regions.cpp, clang/test/OpenMP/Inputs nesting_of_regions.cpp

Merge branch 'upstream/main' into ptrauth-constant
DeltaFile
+13,404-6,344llvm/test/CodeGen/AMDGPU/memory-legalizer-global-agent.ll
+0-19,580clang/test/OpenMP/nesting_of_regions.cpp
+19,567-0clang/test/OpenMP/Inputs/nesting_of_regions.cpp
+12,949-6,549llvm/test/CodeGen/AMDGPU/memory-legalizer-global-workgroup.ll
+12,712-6,088llvm/test/CodeGen/AMDGPU/memory-legalizer-global-system.ll
+12,041-6,669llvm/test/CodeGen/AMDGPU/memory-legalizer-global-wavefront.ll
+70,673-45,23014,521 files not shown
+1,047,528-493,40214,527 files

LLVM/project 37df108llvm/lib/Support UnicodeNameToCodepointGenerated.cpp, llvm/test/CodeGen/AMDGPU bf16.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.5
DeltaFile
+22,204-17,966llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-7.ll
+19,816-19,812llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+0-38,349llvm/test/MC/X86/intel-syntax-avx512.s
+38,349-0llvm/test/MC/X86/avx512-intel.s
+37,688-432llvm/test/CodeGen/AMDGPU/bf16.ll
+24,323-8,122llvm/test/CodeGen/X86/vector-interleaved-load-i64-stride-8.ll
+142,380-84,68131,466 files not shown
+2,978,539-1,683,54331,472 files

LLVM/project a336055llvm/lib/Support UnicodeNameToCodepointGenerated.cpp, llvm/test/CodeGen/AMDGPU bf16.ll

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.5

[skip ci]
DeltaFile
+22,204-17,966llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-7.ll
+19,816-19,812llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+38,349-0llvm/test/MC/X86/avx512-intel.s
+0-38,349llvm/test/MC/X86/intel-syntax-avx512.s
+37,688-432llvm/test/CodeGen/AMDGPU/bf16.ll
+24,323-8,122llvm/test/CodeGen/X86/vector-interleaved-load-i64-stride-8.ll
+142,380-84,68131,465 files not shown
+2,977,955-1,683,53231,471 files

LLVM/project ab4acecllvm/lib/Support UnicodeNameToCodepointGenerated.cpp, llvm/test/CodeGen/AMDGPU bf16.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.5
DeltaFile
+22,204-17,966llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-7.ll
+19,816-19,812llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+0-38,349llvm/test/MC/X86/intel-syntax-avx512.s
+38,349-0llvm/test/MC/X86/avx512-intel.s
+37,688-432llvm/test/CodeGen/AMDGPU/bf16.ll
+24,323-8,122llvm/test/CodeGen/X86/vector-interleaved-load-i64-stride-8.ll
+142,380-84,68130,382 files not shown
+2,866,313-1,645,88930,388 files

LLVM/project d664c90llvm/lib/Support UnicodeNameToCodepointGenerated.cpp, llvm/test/CodeGen/AMDGPU bf16.ll

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.5

[skip ci]
DeltaFile
+22,204-17,966llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-7.ll
+19,816-19,812llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+38,349-0llvm/test/MC/X86/avx512-intel.s
+0-38,349llvm/test/MC/X86/intel-syntax-avx512.s
+37,688-432llvm/test/CodeGen/AMDGPU/bf16.ll
+24,323-8,122llvm/test/CodeGen/X86/vector-interleaved-load-i64-stride-8.ll
+142,380-84,68130,381 files not shown
+2,865,733-1,645,87430,387 files

LLVM/project d0e5921llvm/lib/Support UnicodeNameToCodepointGenerated.cpp, llvm/test/CodeGen/AMDGPU bf16.ll

Merge branch 'users/fhahn/tysan-a-type-sanitizer-clang' into users/fhahn/tysan-a-type-sanitizer-runtime-library
DeltaFile
+22,204-17,874llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-7.ll
+19,816-19,812llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
+20,931-8,514llvm/test/CodeGen/AMDGPU/bf16.ll
+22,733-6,530llvm/test/CodeGen/X86/vector-interleaved-load-i64-stride-8.ll
+21,621-6,188llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-8.ll
+21,152-6,073llvm/test/CodeGen/X86/vector-interleaved-load-i64-stride-7.ll
+128,457-64,99127,228 files not shown
+2,320,718-1,315,35527,234 files