LLVM/project 0da678blibc/include math.yaml, libc/utils/hdrgen/yaml math.yaml

rebase

Created using spr 1.3.5-bogner
DeltaFile
+0-2,629libc/utils/hdrgen/yaml/math.yaml
+2,629-0libc/include/math.yaml
+804-0llvm/test/Transforms/PhaseOrdering/AArch64/block_scaling_decompr_8bit.ll
+663-0llvm/test/CodeGen/AMDGPU/mad_64_32.ll
+457-0llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll
+444-0llvm/test/CodeGen/RISCV/neg-abs.ll
+4,997-2,629291 files not shown
+13,690-8,875297 files

LLVM/project 37f540flibc/include math.yaml, libc/utils/hdrgen/yaml math.yaml

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.5-bogner

[skip ci]
DeltaFile
+2,629-0libc/include/math.yaml
+0-2,629libc/utils/hdrgen/yaml/math.yaml
+804-0llvm/test/Transforms/PhaseOrdering/AArch64/block_scaling_decompr_8bit.ll
+663-0llvm/test/CodeGen/AMDGPU/mad_64_32.ll
+457-0llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll
+444-0llvm/test/CodeGen/RISCV/neg-abs.ll
+4,997-2,629291 files not shown
+13,690-8,875297 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
+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
+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
+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
+13,103-0clang/test/CodeGen/AArch64/sve-intrinsics/acle_sve_reinterpret.c
+79,100-22,60322,890 files not shown
+1,487,884-919,89122,896 files

LLVM/project fa0d221llvm/test/CodeGen/AVR branch-relaxation-long.ll, llvm/test/CodeGen/NVPTX load-store.ll load-store-vectors.ll

Merge branch 'main' into users/kparzysz/spr/m01-applymem
DeltaFile
+0-4,967llvm/test/CodeGen/NVPTX/load-store.ll
+0-4,162llvm/test/CodeGen/AVR/branch-relaxation-long.ll
+3,267-0llvm/test/CodeGen/NVPTX/load-store-vectors.ll
+3,206-0llvm/test/CodeGen/NVPTX/load-store-scalars.ll
+1,366-1,364llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
+1,307-1,337llvm/test/CodeGen/X86/vector-interleaved-load-i32-stride-7.ll
+9,146-11,8307,172 files not shown
+215,242-119,2357,178 files

LLVM/project 2838066llvm/lib/CodeGen/GlobalISel CombinerHelper.cpp, llvm/test/CodeGen/AArch64/GlobalISel combine-select.mir

[GlobalIsel] Add combine for select with constants (#121088)

The SelectionDAG Isel supports the both version of combines mentioned
below :
```
select Cond, Pow2, 0 --> (zext Cond)  << log2(Pow2) 
select Cond, 0, Pow2 --> (zext !Cond) << log2(Pow2)
```
The GlobalIsel for now only supports the first one defined in it's
generic combinerHelper.cpp. This patch adds the missing second one.
DeltaFile
+30-0llvm/test/CodeGen/AArch64/GlobalISel/combine-select.mir
+17-0llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
+47-02 files

LLVM/project 1209081llvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

Rebase patchset

Created using spr 1.3.6-beta.1
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+109,910-3,43530,517 files not shown
+2,042,174-812,81230,523 files

LLVM/project 826c83ellvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+109,910-3,43530,517 files not shown
+2,042,171-812,80930,523 files

LLVM/project 851f62ellvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

Rebase patchset

Created using spr 1.3.6-beta.1
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+109,910-3,43530,517 files not shown
+2,042,171-812,80930,523 files

LLVM/project 58e5ecfllvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+109,910-3,43530,512 files not shown
+2,042,129-812,79630,518 files

LLVM/project ae8f56allvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

Rebase patchset

Created using spr 1.3.6-beta.1
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+109,910-3,43530,512 files not shown
+2,042,129-812,79630,518 files

LLVM/project 639a497llvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+109,910-3,43530,512 files not shown
+2,042,129-812,79630,518 files

LLVM/project 66d8e45llvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+109,910-3,43530,511 files not shown
+2,042,124-812,79230,517 files

LLVM/project 179f930llvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

Rebase patchset

Created using spr 1.3.6-beta.1
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+109,910-3,43530,512 files not shown
+2,042,129-812,79630,518 files

LLVM/project 8d7d2f2llvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

Rebase patchset

Created using spr 1.3.6-beta.1
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+109,910-3,43530,511 files not shown
+2,042,124-812,79230,517 files

LLVM/project c960e4dllvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6-beta.1

[skip ci]
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+109,910-3,43530,511 files not shown
+2,042,124-812,79230,517 files

LLVM/project 5699dedllvm/test/CodeGen/AMDGPU global-atomicrmw-fadd.ll atomic_optimizations_local_pointer.ll

Rebase patchset

Created using spr 1.3.6-beta.1
DeltaFile
+23,315-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+16,240-3,435llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
+18,480-0llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fadd.ll
+17,575-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fsub.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+17,150-0llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+109,910-3,43530,511 files not shown
+2,042,124-812,79230,517 files

LLVM/project 10d8df9clang/lib/Sema SemaChecking.cpp, clang/test/OpenMP threadprivate_codegen.cpp

Merge commit 'd6ac28063fa9132c9dacf4c21246b3059a313b95' into users/meinersbur/irbuilder-extract
DeltaFile
+1,561-4,774llvm/test/CodeGen/AMDGPU/llvm.maximum.f64.ll
+1,561-4,774llvm/test/CodeGen/AMDGPU/llvm.minimum.f64.ll
+120-5,299clang/lib/Sema/SemaChecking.cpp
+2,194-2,056llvm/include/llvm/Frontend/OpenMP/OMP.td
+2,068-2,072clang/test/OpenMP/threadprivate_codegen.cpp
+1,242-2,630llvm/test/CodeGen/AMDGPU/global_atomics_scan_fadd.ll
+8,746-21,6059,448 files not shown
+406,886-182,6209,454 files

LLVM/project e74f90fclang/include/clang/Sema Sema.h, clang/test/SemaCXX type-traits.cpp

Merge commit '1bb4d2601e90e0b26124cdbfd22c5ac41075c605' into users/meinersbur/irbuilder-extract
DeltaFile
+9,922-9,643clang/include/clang/Sema/Sema.h
+2,271-2,277clang/test/SemaCXX/type-traits.cpp
+0-2,098libcxx/include/module.modulemap.in
+2,098-0libcxx/include/module.modulemap
+2,012-0llvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp
+1,820-0llvm/test/CodeGen/AArch64/itofp.ll
+18,123-14,0182,731 files not shown
+103,821-49,0522,737 files

LLVM/project 4564f6fflang/lib/Lower OpenMP.cpp, llvm/test/Analysis/CostModel/X86 icmp.ll icmp-latency.ll

Merge commit '2af415239962141e51a127943a2804c07d8ed3b8' into users/meinersbur/irbuilder-extract
DeltaFile
+14,694-3,895llvm/test/CodeGen/AMDGPU/bf16.ll
+2,610-2,610llvm/test/Analysis/CostModel/X86/icmp.ll
+0-4,507flang/lib/Lower/OpenMP.cpp
+1,970-1,970llvm/test/Analysis/CostModel/X86/icmp-latency.ll
+1,770-1,770llvm/test/Analysis/CostModel/X86/icmp-sizelatency.ll
+1,770-1,770llvm/test/Analysis/CostModel/X86/icmp-codesize.ll
+22,814-16,5224,476 files not shown
+210,259-88,1764,482 files

LLVM/project 57e0f7flibcxx/include regex, libcxx/src locale.cpp

Merge commit '4619a32ad6bde20ee1f2d8297c431c0679c2c8bf' into users/meinersbur/irbuilder-extract
DeltaFile
+27,218-219llvm/test/CodeGen/AMDGPU/bf16.ll
+11,620-11,712llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-7.ll
+4,442-5,290libcxx/src/locale.cpp
+3,731-4,881libcxx/include/regex
+2,972-4,148llvm/test/CodeGen/AArch64/vecreduce-add.ll
+3,242-3,243llvm/test/CodeGen/X86/vector-interleaved-load-i32-stride-6.ll
+53,225-29,4937,802 files not shown
+546,928-278,4247,808 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 d6ac280clang/lib/Sema SemaChecking.cpp, clang/test/OpenMP threadprivate_codegen.cpp

Merge commit 'c4f8ae6f32dadf9383c94ed13152d91f68631255' into users/meinersbur/irbuilder-extract-refactor
DeltaFile
+1,561-4,774llvm/test/CodeGen/AMDGPU/llvm.maximum.f64.ll
+1,561-4,774llvm/test/CodeGen/AMDGPU/llvm.minimum.f64.ll
+120-5,299clang/lib/Sema/SemaChecking.cpp
+2,194-2,056llvm/include/llvm/Frontend/OpenMP/OMP.td
+2,068-2,072clang/test/OpenMP/threadprivate_codegen.cpp
+1,242-2,630llvm/test/CodeGen/AMDGPU/global_atomics_scan_fadd.ll
+8,746-21,6059,448 files not shown
+406,886-182,6209,454 files

LLVM/project 1bb4d26clang/include/clang/Sema Sema.h, clang/test/SemaCXX type-traits.cpp

Merge commit 'e0d49066c1acfa4ae0f0e8ea49b0f0b6bb3f1a25^' into users/meinersbur/irbuilder-extract-refactor
DeltaFile
+9,922-9,643clang/include/clang/Sema/Sema.h
+2,271-2,277clang/test/SemaCXX/type-traits.cpp
+2,098-0libcxx/include/module.modulemap
+0-2,098libcxx/include/module.modulemap.in
+2,012-0llvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp
+1,820-0llvm/test/CodeGen/AArch64/itofp.ll
+18,123-14,0182,730 files not shown
+103,786-49,0232,736 files

LLVM/project 2af4152flang/lib/Lower OpenMP.cpp, llvm/test/Analysis/CostModel/X86 icmp.ll icmp-latency.ll

Merge commit '6b62a9135a28bd001263e5a9db08d4cff1123126' into users/meinersbur/irbuilder-extract-refactor
DeltaFile
+14,694-3,895llvm/test/CodeGen/AMDGPU/bf16.ll
+2,610-2,610llvm/test/Analysis/CostModel/X86/icmp.ll
+0-4,507flang/lib/Lower/OpenMP.cpp
+1,970-1,970llvm/test/Analysis/CostModel/X86/icmp-latency.ll
+1,770-1,770llvm/test/Analysis/CostModel/X86/icmp-sizelatency.ll
+1,770-1,770llvm/test/Analysis/CostModel/X86/icmp-codesize.ll
+22,814-16,5224,476 files not shown
+210,259-88,1764,482 files

LLVM/project 4619a32libcxx/include regex, libcxx/src locale.cpp

Merge commit 'd041af3019984f505530bac3acb94ca2f13f33cd^' into users/meinersbur/irbuilder-extract-refactor
DeltaFile
+27,218-219llvm/test/CodeGen/AMDGPU/bf16.ll
+11,620-11,712llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-7.ll
+4,442-5,290libcxx/src/locale.cpp
+3,731-4,881libcxx/include/regex
+2,972-4,148llvm/test/CodeGen/AArch64/vecreduce-add.ll
+3,242-3,243llvm/test/CodeGen/X86/vector-interleaved-load-i32-stride-6.ll
+53,225-29,4937,802 files not shown
+546,928-278,4247,808 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 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 c67340allvm/test/CodeGen/RISCV/rvv vluxseg-rv64.ll vloxseg-rv64.ll

Merge branch 'main' into users/crobeck/remove-renamedInGFX9-bit
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/vloxseg-rv32.ll
+12,923-11,789llvm/test/CodeGen/RISCV/rvv/vluxseg-rv32.ll
+89,016-92,77633,290 files not shown
+2,709,253-1,363,41433,296 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