llvm/llvm
David Green 4a2c05b05e [ARM] Fix for MVE i128 vector icmp costs.
We were hitting an assert as the legalied type needn't be a vector.

Fixes #58364

(cherry picked from commit de6dfbbb300e552efa1cd86a023063a39d408b06)
2022-10-18 08:29:45 +02:00
..
benchmarks
bindings
cmake [CMake] Provide Findzstd module 2022-10-18 08:28:56 +02:00
docs [Symbolizer] Handle {{{bt}}} symbolizer markup element. 2022-09-07 08:37:30 +02:00
examples
include [MachineCycle][NFC] add a cache for block and its top level cycle 2022-09-26 07:53:49 +02:00
lib [ARM] Fix for MVE i128 vector icmp costs. 2022-10-18 08:29:45 +02:00
projects
resources
runtimes [runtimes] Use a response file for runtimes test suites 2022-08-25 09:04:03 +02:00
test [ARM] Fix for MVE i128 vector icmp costs. 2022-10-18 08:29:45 +02:00
tools tweak zstd behavior in cmake and llvm config for better testing 2022-10-04 11:29:17 +02:00
unittests [MCDwarf] Use emplace to avoid move assignment. NFC 2022-08-16 08:30:06 +02:00
utils [llvm] [lit] Fix use_lld() to respect llvm_shlib_dir 2022-10-18 08:28:50 +02:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Bump version to 15.0.3 2022-10-10 08:53:34 +02:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.