Skip to content

Commit

Permalink
[LLVM] Bump to 07e13b764 (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
bump-llvm[bot] and github-actions[bot] authored Dec 31, 2024
1 parent aee6705 commit e821caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/llvm-project
Submodule llvm-project updated 93 files
+4 −2 clang-tools-extra/docs/clang-tidy/checks/bugprone/unhandled-self-assignment.rst
+2 −2 clang/test/Driver/sanitizer-ld.c
+2 −2 clang/tools/include-mapping/cppreference_parser.py
+1 −0 compiler-rt/lib/builtins/CMakeLists.txt
+15 −0 compiler-rt/lib/builtins/truncxfhf2.c
+74 −0 compiler-rt/test/builtins/Unit/truncxfhf2_test.c
+0 −2 libc/CMakeLists.txt
+3 −2 libc/cmake/modules/LLVMLibCHeaderRules.cmake
+14 −13 libc/docs/dev/header_generation.rst
+0 −10 libc/docs/dev/source_tree_layout.rst
+7 −7 libc/docs/full_cross_build.rst
+55 −55 libc/include/CMakeLists.txt
+1 −1 libc/src/math/docs/add_math_function.md
+4 −4 libc/test/UnitTest/FPMatcher.h
+2 −0 libc/utils/CMakeLists.txt
+2 −2 libc/utils/hdrgen/CMakeLists.txt
+5 −0 libc/utils/hdrgen/README.rst
+0 −0 libc/utils/hdrgen/enumeration.py
+0 −0 libc/utils/hdrgen/function.py
+0 −0 libc/utils/hdrgen/gpu_headers.py
+0 −0 libc/utils/hdrgen/header.py
+0 −0 libc/utils/hdrgen/macro.py
+0 −0 libc/utils/hdrgen/object.py
+0 −0 libc/utils/hdrgen/tests/expected_output/test_header.h
+0 −0 libc/utils/hdrgen/tests/input/test_small.h.def
+0 −0 libc/utils/hdrgen/tests/input/test_small.yaml
+6 −6 libc/utils/hdrgen/tests/test_integration.py
+0 −0 libc/utils/hdrgen/type.py
+0 −0 libc/utils/hdrgen/yaml/arpa/inet.yaml
+0 −0 libc/utils/hdrgen/yaml/assert.yaml
+0 −0 libc/utils/hdrgen/yaml/complex.yaml
+0 −0 libc/utils/hdrgen/yaml/ctype.yaml
+0 −0 libc/utils/hdrgen/yaml/dirent.yaml
+0 −0 libc/utils/hdrgen/yaml/dlfcn.yaml
+0 −0 libc/utils/hdrgen/yaml/elf.yaml
+0 −0 libc/utils/hdrgen/yaml/errno.yaml
+0 −0 libc/utils/hdrgen/yaml/fcntl.yaml
+0 −0 libc/utils/hdrgen/yaml/features.yaml
+0 −0 libc/utils/hdrgen/yaml/fenv.yaml
+0 −0 libc/utils/hdrgen/yaml/float.yaml
+0 −0 libc/utils/hdrgen/yaml/inttypes.yaml
+0 −0 libc/utils/hdrgen/yaml/limits.yaml
+0 −0 libc/utils/hdrgen/yaml/link.yaml
+0 −0 libc/utils/hdrgen/yaml/locale.yaml
+0 −0 libc/utils/hdrgen/yaml/malloc.yaml
+0 −0 libc/utils/hdrgen/yaml/math.yaml
+0 −0 libc/utils/hdrgen/yaml/pthread.yaml
+0 −0 libc/utils/hdrgen/yaml/sched.yaml
+0 −0 libc/utils/hdrgen/yaml/search.yaml
+0 −0 libc/utils/hdrgen/yaml/setjmp.yaml
+0 −0 libc/utils/hdrgen/yaml/signal.yaml
+0 −0 libc/utils/hdrgen/yaml/spawn.yaml
+0 −0 libc/utils/hdrgen/yaml/stdbit.yaml
+0 −0 libc/utils/hdrgen/yaml/stdckdint.yaml
+0 −0 libc/utils/hdrgen/yaml/stdfix.yaml
+0 −0 libc/utils/hdrgen/yaml/stdint.yaml
+0 −0 libc/utils/hdrgen/yaml/stdio.yaml
+0 −0 libc/utils/hdrgen/yaml/stdlib.yaml
+0 −0 libc/utils/hdrgen/yaml/string.yaml
+0 −0 libc/utils/hdrgen/yaml/strings.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/auxv.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/epoll.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/ioctl.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/mman.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/prctl.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/random.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/resource.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/select.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/sendfile.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/socket.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/stat.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/statvfs.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/syscall.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/time.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/types.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/utsname.yaml
+0 −0 libc/utils/hdrgen/yaml/sys/wait.yaml
+0 −0 libc/utils/hdrgen/yaml/termios.yaml
+0 −0 libc/utils/hdrgen/yaml/threads.yaml
+0 −0 libc/utils/hdrgen/yaml/time.yaml
+0 −0 libc/utils/hdrgen/yaml/uchar.yaml
+0 −0 libc/utils/hdrgen/yaml/unistd.yaml
+0 −0 libc/utils/hdrgen/yaml/wchar.yaml
+0 −0 libc/utils/hdrgen/yaml_functions_sorted.py
+7 −6 libc/utils/hdrgen/yaml_to_classes.py
+7 −7 llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+23 −56 llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+2 −9 llvm/lib/Transforms/Vectorize/VectorCombine.cpp
+1 −259 llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
+0 −252 llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-masked-accesses.ll
+640 −678 llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
+0 −135 llvm/test/Transforms/PhaseOrdering/AArch64/sve-interleave-vectorization.ll
+15 −49 llvm/test/Transforms/VectorCombine/X86/concat-boolmasks.ll

0 comments on commit e821caf

Please sign in to comment.