Skip to content

Commit

Permalink
llvm: Update baseline to 32b55f375feaf6bcc2c870964a0bf087cf3c22bf
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent 6a180b0 commit 5baf33b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions comptime.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -5012,7 +5012,7 @@ cvc5/integer_gmp_imp.cpp.ll 296700736
cvc5/interactive_shell.cpp.ll 475602958
cvc5/interpolation_solver.cpp.ll 345082146
cvc5/io_utils.cpp.ll 122748410
cvc5/ite_removal.cpp.ll 338107351
cvc5/ite_removal.cpp.ll 338445465
cvc5/ite_simp.cpp.ll 662870203
cvc5/ite_utilities.cpp.ll 7807062180
cvc5/justification_strategy.cpp.ll 1592261506
Expand Down Expand Up @@ -8587,7 +8587,7 @@ gromacs/vcm.cpp.ll 1258455837
gromacs/veccompare.cpp.ll 76873074
gromacs/velocityscalingtemperaturecoupling.cpp.ll 2926565716
gromacs/version.cpp.ll 60385116
gromacs/viewit.cpp.ll 95161312
gromacs/viewit.cpp.ll 95256573
gromacs/virials.cpp.ll 105993458
gromacs/vsite.cpp.ll 5177742480
gromacs/vsite_parm.cpp.ll 3093078658
Expand Down Expand Up @@ -12003,7 +12003,7 @@ linux/bio.ll 607367978
linux/bitmap.ll 288058736
linux/bitset.ll 311317649
linux/blake2s-generic.ll 968840608
linux/blake2s.ll 48785784
linux/blake2s.ll 48834624
linux/blk-cgroup.ll 562274528
linux/blk-core.ll 612235868
linux/blk-flush.ll 112990129
Expand Down Expand Up @@ -21807,7 +21807,7 @@ openjdk/InvocationAdapter.ll 241603779
openjdk/JPLISAgent.ll 313649620
openjdk/JPLISAssert.ll 35514072
openjdk/JarFacade.ll 60882839
openjdk/JavaExceptions.ll 95916214
openjdk/JavaExceptions.ll 96012150
openjdk/JdkConsoleImpl_md.ll 38263632
openjdk/JvmLauncher.ll 713857762
openjdk/JvmLauncherLib.ll 68105465
Expand Down
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 64 files
+1 −1 clang-tools-extra/docs/clang-tidy/checks/bugprone/reserved-identifier.rst
+2 −1 clang/include/clang/Driver/Distro.h
+29 −8 clang/lib/AST/ByteCode/Interp.h
+1 −0 clang/lib/Driver/Distro.cpp
+1 −9 clang/lib/Sema/SemaHLSL.cpp
+14 −0 clang/test/AST/ByteCode/placement-new.cpp
+7 −2 compiler-rt/lib/rtsan/rtsan_assertions.h
+2 −0 compiler-rt/lib/rtsan/rtsan_flags.h
+19 −6 compiler-rt/lib/rtsan/rtsan_stats.cpp
+1 −0 compiler-rt/lib/rtsan/rtsan_stats.h
+1 −1 compiler-rt/lib/rtsan/rtsan_suppressions.cpp
+2 −4 compiler-rt/lib/sanitizer_common/tests/sanitizer_posix_test.cpp
+11 −0 compiler-rt/test/rtsan/exit_stats.cpp
+1 −0 compiler-rt/test/rtsan/exit_stats.cpp.supp
+4 −1 compiler-rt/test/rtsan/stack_suppressions.cpp
+4 −2 flang/include/flang/Parser/dump-parse-tree.h
+13 −0 flang/test/Parser/OpenMP/allocate-tree.f90
+2 −0 libc/config/gpu/entrypoints.txt
+2 −0 libc/config/linux/x86_64/entrypoints.txt
+2 −2 libc/docs/math/index.rst
+4 −0 libc/spec/stdc.td
+4 −0 libc/src/math/CMakeLists.txt
+21 −0 libc/src/math/coshf16.h
+39 −0 libc/src/math/generic/CMakeLists.txt
+103 −0 libc/src/math/generic/coshf16.cpp
+118 −4 libc/src/math/generic/expxf16.h
+144 −0 libc/src/math/generic/sinhf16.cpp
+21 −0 libc/src/math/sinhf16.h
+22 −0 libc/test/src/math/CMakeLists.txt
+40 −0 libc/test/src/math/coshf16_test.cpp
+40 −0 libc/test/src/math/sinhf16_test.cpp
+26 −0 libc/test/src/math/smoke/CMakeLists.txt
+90 −0 libc/test/src/math/smoke/coshf16_test.cpp
+88 −0 libc/test/src/math/smoke/sinhf16_test.cpp
+22 −30 libunwind/src/UnwindCursor.hpp
+20 −0 libunwind/test/aix_runtime_link.pass.cpp
+7 −0 llvm/docs/DeveloperPolicy.rst
+1 −1 llvm/include/llvm/LTO/legacy/LTOModule.h
+13 −4 llvm/lib/LTO/LTOModule.cpp
+31 −0 llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
+11 −0 llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
+9 −9 llvm/lib/Target/DirectX/DXILFinalizeLinkage.cpp
+1 −1 llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
+1 −1 llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.h
+1 −1 llvm/lib/Target/RISCV/RISCVGISel.td
+3 −0 llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
+2 −1 llvm/test/CodeGen/DirectX/ShaderFlags/double-extensions.ll
+3 −1 llvm/test/CodeGen/DirectX/ShaderFlags/doubles.ll
+6 −4 llvm/test/CodeGen/DirectX/conflicting-bitcast-insert.ll
+222 −0 llvm/test/CodeGen/DirectX/finalize-linkage-remove-dead-lib.ll
+156 −0 llvm/test/CodeGen/DirectX/finalize-linkage-remove-dead.ll
+1 −1 llvm/test/CodeGen/DirectX/finalize_linkage.ll
+4 −2 llvm/test/CodeGen/DirectX/fneg-conversion.ll
+8 −6 llvm/test/CodeGen/DirectX/omit-bitcast-insert.ll
+6 −4 llvm/test/CodeGen/DirectX/scalar-load.ll
+4 −2 llvm/test/CodeGen/DirectX/scalar-store.ll
+3 −1 llvm/test/CodeGen/DirectX/scalarize-two-calls.ll
+1 −1 llvm/test/CodeGen/DirectX/strip-fn-attrs.ll
+3 −4 llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/rotate-rv64.mir
+170 −146 llvm/test/CodeGen/WebAssembly/libcalls-trig.ll
+22 −0 llvm/test/CodeGen/X86/fp-strict-libcalls-msvc32.ll
+16 −0 llvm/test/LTO/PowerPC/list-symbol.ll
+220 −0 llvm/test/Transforms/InstCombine/AArch64/dmb-intrinsics.ll
+63 −2 llvm/tools/llvm-lto/llvm-lto.cpp

0 comments on commit 5baf33b

Please sign in to comment.