Commit c272020
[LLVM] Bump to 24b87b8d4 (#255)
Bump LLVM to llvm/llvm-project@24b87b8d4
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 7a72f40 commit c272020
1 file changed
+1
-1
lines changedSubmodule llvm-project updated 61 files
- clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp+4-3
- clang-tools-extra/docs/ReleaseNotes.rst+4-3
- clang-tools-extra/test/clang-tidy/check_clang_tidy.py+2
- clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print.cpp+12
- clang/include/clang/AST/CXXInheritance.h+1-1
- clang/lib/AST/ByteCode/InterpBuiltin.cpp+30-50
- clang/lib/AST/CXXInheritance.cpp+2-2
- clang/lib/Basic/Targets/Sparc.cpp+1
- clang/lib/Basic/Targets/Sparc.h+7
- clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp+69-2
- clang/lib/CodeGen/Targets/Sparc.cpp+25-9
- clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c+350
- clang/test/CIR/CodeGenBuiltins/X86/avx512dq-builtins.c+210
- clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c+151
- clang/test/CodeGen/Sparc/sparcv8-abi.c+33-3
- clang/test/Preprocessor/init.c+11-11
- clang/test/Preprocessor/predefined-arch-macros.c+5
- compiler-rt/lib/builtins/CMakeLists.txt+3-2
- compiler-rt/test/builtins/CMakeLists.txt+2-1
- compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c-3
- compiler-rt/test/sanitizer_common/TestCases/scanf-ldbl.c-3
- compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp-3
- compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp-3
- llvm/docs/InstCombineContributorGuide.md+1-1
- llvm/docs/KeyInstructionsDebugInfo.md+1-1
- llvm/docs/Telemetry.rst+24-24
- llvm/include/llvm/IR/IntrinsicsRISCVXCV.td+4
- llvm/lib/CodeGen/RegAllocGreedy.cpp+7-2
- llvm/lib/CodeGen/SplitKit.cpp-48
- llvm/lib/CodeGen/SplitKit.h-8
- llvm/lib/Target/ARC/ARC.td+2
- llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp+3
- llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td+8-1
- llvm/lib/Target/Sparc/SparcCallingConv.td+6-3
- llvm/lib/Target/Sparc/SparcISelLowering.cpp+118-59
- llvm/lib/Target/X86/X86ISelLowering.cpp+12-2
- llvm/lib/Transforms/Utils/BasicBlockUtils.cpp+16
- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp+23-11
- llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp+4-3
- llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll+2.7k-2.7k
- llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll+95-92
- llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll+143-150
- llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir+31-31
- llvm/test/CodeGen/AMDGPU/spill-before-exec.mir-5
- llvm/test/CodeGen/AMDGPU/spill-before-exec2.mir-167
- llvm/test/CodeGen/AMDGPU/spill-scavenge-offset.ll+268-269
- llvm/test/CodeGen/RISCV/xcvelw.ll+27
- llvm/test/CodeGen/SPARC/fp128-abi.ll+89
- llvm/test/CodeGen/SPARC/fp16-promote.ll+12-9
- llvm/test/CodeGen/SPARC/llvm.sincos.ll+90-105
- llvm/test/CodeGen/X86/2008-04-17-CoalescerBug.ll+38-40
- llvm/test/CodeGen/X86/kmov.ll+14-30
- llvm/test/MC/RISCV/corev/XCVelw-pseudo.s+11
- llvm/test/Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll+116
- llvm/test/Transforms/LoopVectorize/pr58811-scev-expansion.ll+458-109
- llvm/test/Transforms/LoopVectorize/select-smax-last-index.ll+42
- llvm/test/Transforms/LoopVectorize/select-smin-last-index.ll+43
- llvm/test/Transforms/LoopVectorize/select-umax-last-index.ll+42
- llvm/test/Transforms/LoopVectorize/select-umin-last-index.ll+43
- llvm/test/Transforms/SimplifyCFG/skip-merging-duplicate-convergence-instrinsics.ll+68
- mlir/lib/Dialect/Linalg/Utils/Utils.cpp+288-454
0 commit comments