Skip to content

Commit

Permalink
Auto merge of #124044 - DianQK:update-llvm-18, r=cuviper
Browse files Browse the repository at this point in the history
Update LLVM to 1deeee3

Fixes #123772.

Diff: rust-lang/llvm-project@af8f9eb...5399a24
Diff (From 18.1.2): rust-lang/llvm-project@0af6c73...5399a24

r? `@cuviper`
  • Loading branch information
bors committed Apr 18, 2024
2 parents becebb3 + 374b782 commit 9f432d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm-project
Submodule llvm-project updated 36 files
+1 −1 .github/workflows/release-lit.yml
+10 −10 clang/lib/Format/TokenAnnotator.cpp
+4 −0 clang/lib/Headers/__stddef_unreachable.h
+14 −0 clang/unittests/Format/TokenAnnotatorTest.cpp
+42 −0 compiler-rt/lib/builtins/riscv/restore.S
+42 −0 compiler-rt/lib/builtins/riscv/save.S
+1 −1 libcxx/include/__format/formatter_floating_point.h
+10 −19 libcxx/include/stddef.h
+7 −0 lld/COFF/Chunks.cpp
+41 −0 lld/test/COFF/autoimport-gc.s
+1 −1 llvm/CMakeLists.txt
+2 −0 llvm/docs/LangRef.rst
+2 −1 llvm/lib/Analysis/InstructionSimplify.cpp
+6 −1 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+2 −2 llvm/lib/IR/ConstantRange.cpp
+8 −34 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+3 −0 llvm/lib/Target/AArch64/AArch64ISelLowering.h
+9 −51 llvm/lib/Target/Mips/MipsExpandPseudo.cpp
+44 −0 llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
+3 −1 llvm/lib/Target/X86/X86MCInstLower.cpp
+20 −1 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+72 −543 llvm/test/CodeGen/Mips/atomic-min-max.ll
+9 −0 llvm/test/CodeGen/SPARC/inlineasm-bad.ll
+9 −0 llvm/test/CodeGen/SPARC/inlineasm.ll
+23 −0 llvm/test/CodeGen/X86/addcarry.ll
+17 −0 llvm/test/CodeGen/X86/patchable-prologue.ll
+20 −0 llvm/test/Transforms/Float2Int/pr79158.ll
+42 −0 llvm/test/Transforms/InstSimplify/pr87042.ll
+82 −0 llvm/test/Transforms/SLPVectorizer/X86/call-arg-reduced-by-minbitwidth.ll
+18 −0 llvm/unittests/IR/ConstantRangeTest.cpp
+1 −1 llvm/utils/lit/lit/__init__.py
+1 −1 llvm/utils/release/github-upload-release.py
+1 −1 polly/lib/Exchange/JSONExporter.cpp
+1 −1 polly/lib/Transform/DeLICM.cpp
+1 −1 polly/lib/Transform/FlattenSchedule.cpp
+1 −1 polly/lib/Transform/ForwardOpTree.cpp

0 comments on commit 9f432d7

Please sign in to comment.