LLVM/project de369baclang-tools-extra/test/clang-tidy/checkers/bugprone alpha-core-identicalexpr.cpp, llvm/test/CodeGen/AMDGPU fmaximum3.ll fminimum3.ll

Merge branch 'main' into users/kparzysz/spr/m10-grainsize
DeltaFile
+6,975-0llvm/test/CodeGen/LoongArch/ir-instruction/atomicrmw-lamcas.ll
+1,587-1,196llvm/test/CodeGen/AMDGPU/fmaximum3.ll
+1,587-1,196llvm/test/CodeGen/AMDGPU/fminimum3.ll
+2,719-0llvm/test/CodeGen/AMDGPU/dagcombine-fmul-sel.ll
+2,541-0llvm/test/Transforms/LoopVectorize/RISCV/veclib-function-calls.ll
+1,715-0clang-tools-extra/test/clang-tidy/checkers/bugprone/alpha-core-identicalexpr.cpp
+17,124-2,3921,971 files not shown
+97,682-26,3311,977 files

LLVM/project 9c3149cclang-tools-extra/test/clang-tidy/checkers/bugprone alpha-core-identicalexpr.cpp, llvm/test/CodeGen/AMDGPU fmaximum3.ll fminimum3.ll

Merge branch 'main' into users/kparzysz/spr/m09-affinity-etc
DeltaFile
+6,975-0llvm/test/CodeGen/LoongArch/ir-instruction/atomicrmw-lamcas.ll
+1,587-1,196llvm/test/CodeGen/AMDGPU/fmaximum3.ll
+1,587-1,196llvm/test/CodeGen/AMDGPU/fminimum3.ll
+2,719-0llvm/test/CodeGen/AMDGPU/dagcombine-fmul-sel.ll
+2,541-0llvm/test/Transforms/LoopVectorize/RISCV/veclib-function-calls.ll
+1,715-0clang-tools-extra/test/clang-tidy/checkers/bugprone/alpha-core-identicalexpr.cpp
+17,124-2,3921,972 files not shown
+97,114-26,0401,978 files

LLVM/project 18ac2b3clang-tools-extra/test/clang-tidy/checkers/bugprone alpha-core-identicalexpr.cpp, llvm/test/CodeGen/AMDGPU fminimum3.ll fmaximum3.ll

Merge branch 'main' into users/kparzysz/spr/m08-rename-type
DeltaFile
+6,975-0llvm/test/CodeGen/LoongArch/ir-instruction/atomicrmw-lamcas.ll
+1,587-1,196llvm/test/CodeGen/AMDGPU/fminimum3.ll
+1,587-1,196llvm/test/CodeGen/AMDGPU/fmaximum3.ll
+2,719-0llvm/test/CodeGen/AMDGPU/dagcombine-fmul-sel.ll
+2,541-0llvm/test/Transforms/LoopVectorize/RISCV/veclib-function-calls.ll
+1,715-0clang-tools-extra/test/clang-tidy/checkers/bugprone/alpha-core-identicalexpr.cpp
+17,124-2,3921,945 files not shown
+96,093-25,9551,951 files

LLVM/project 567b92eclang-tools-extra/test/clang-tidy/checkers/bugprone alpha-core-identicalexpr.cpp, clang/test/Analysis identical-expressions.cpp

Merge branch 'opt_eval_in_mem' into array_call_opt
DeltaFile
+1,715-0clang-tools-extra/test/clang-tidy/checkers/bugprone/alpha-core-identicalexpr.cpp
+0-1,564clang/test/Analysis/identical-expressions.cpp
+671-635llvm/test/CodeGen/RISCV/rvv/fixed-vectors-interleaved-access.ll
+1,038-60llvm/test/CodeGen/RISCV/half-intrinsics.ll
+1,000-0llvm/test/Transforms/LoopVectorize/RISCV/vectorize-force-tail-with-evl-call-intrinsics.ll
+974-0llvm/test/CodeGen/SPIRV/validate/sycl-hier-par-basic.ll
+5,398-2,2591,098 files not shown
+40,993-14,1461,104 files

LLVM/project 57693edclang-tools-extra/test/clang-tidy/checkers/bugprone alpha-core-identicalexpr.cpp, clang/test/Analysis identical-expressions.cpp

Merge branch 'main' into users/jperier/opt_eval_in_mem
DeltaFile
+1,715-0clang-tools-extra/test/clang-tidy/checkers/bugprone/alpha-core-identicalexpr.cpp
+0-1,564clang/test/Analysis/identical-expressions.cpp
+671-635llvm/test/CodeGen/RISCV/rvv/fixed-vectors-interleaved-access.ll
+1,038-60llvm/test/CodeGen/RISCV/half-intrinsics.ll
+1,000-0llvm/test/Transforms/LoopVectorize/RISCV/vectorize-force-tail-with-evl-call-intrinsics.ll
+974-0llvm/test/CodeGen/SPIRV/validate/sycl-hier-par-basic.ll
+5,398-2,2591,095 files not shown
+40,948-14,1211,101 files

LLVM/project 122784fllvm/test/CodeGen/AMDGPU fminimum3.ll fmaximum3.ll, llvm/test/CodeGen/LoongArch/ir-instruction atomicrmw-lamcas.ll

Merge branch 'main' into users/boomanaiden154/build-metrics-container
DeltaFile
+6,975-0llvm/test/CodeGen/LoongArch/ir-instruction/atomicrmw-lamcas.ll
+1,587-1,196llvm/test/CodeGen/AMDGPU/fminimum3.ll
+1,587-1,196llvm/test/CodeGen/AMDGPU/fmaximum3.ll
+2,719-0llvm/test/CodeGen/AMDGPU/dagcombine-fmul-sel.ll
+2,541-0llvm/test/Transforms/LoopVectorize/RISCV/veclib-function-calls.ll
+1,440-960llvm/test/tools/llvm-mca/X86/SapphireRapids/resources-avx512vl.s
+16,849-3,3522,033 files not shown
+99,994-32,2012,039 files

LLVM/project dab9fa2clang/lib/Driver/ToolChains Flang.cpp, flang/lib/Optimizer/CodeGen Target.cpp

[Flang] LoongArch64 support for BIND(C) derived types in mabi=lp64d. (#117108)

This patch:
- Supports both the passing and returning of BIND(C) type parameters.
- Adds `mabi` check for LoongArch64. Currently, flang only supports
`mabi=` option
set to `lp64d` in LoongArch64, other ABIs will report an error and may
be supported
  in the future.

Reference ABI:

https://github.com/loongson/la-abi-specs/blob/release/lapcs.adoc#subroutine-calling-sequence
DeltaFile
+310-0flang/lib/Optimizer/CodeGen/Target.cpp
+232-0flang/test/Fir/struct-passing-loongarch64-byreg.fir
+200-0flang/test/Fir/struct-return-loongarch64-byreg.fir
+80-0flang/test/Fir/struct-passing-return-loongarch64-bystack.fir
+13-0clang/lib/Driver/ToolChains/Flang.cpp
+10-0flang/test/Driver/mabi-loongarch.f90
+845-01 files not shown
+852-07 files