1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
Go to file
Monk Chiang 806ea5c0dc Add intrinsic testcase for some missing widening reduction.
Add vfredosum/vfredsum/vwredsum/vwredsumu testcase.

Differential Revision: https://reviews.llvm.org/D93887
2020-12-31 11:15:15 +08:00
benchmarks
bindings
cmake
docs
examples
include [LoopDeletion] Allows deletion of possibly infinite side-effect free loops 2020-12-30 21:43:01 -05:00
lib [X86] Don't fold negative offset into 32-bit absolute address (e.g. movl $foo-1, %eax) 2020-12-30 18:47:26 -08:00
projects
resources
runtimes
test Add intrinsic testcase for some missing widening reduction. 2020-12-31 11:15:15 +08:00
tools Fixes warning 'enumeration value not handled in switch'. 2020-12-30 06:56:29 -08:00
unittests
utils [update_llc_test_checks] Support Windows .seh_proc for x86 2020-12-30 12:32:47 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.