1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
Go to file
Alex Bradbury 9f920ea37e [RISCV] Remove RV64 test lines from umulo-128-legalisation-lowering.ll
The generated code is incorrect anyway, and this test adds noise to the 
upcoming set of patches that flesh out RV64 support.

llvm-svn: 343675
2018-10-03 10:59:42 +00:00
benchmarks
bindings
cmake Move llvm util dependencies from clang-tools-extra to add_lit_target. 2018-10-01 14:00:51 +00:00
docs
examples
include Add support for new pass manager 2018-10-03 05:55:20 +00:00
lib [CodeGen] NFC fix pedantic warning from extra semicolon 2018-10-03 10:59:19 +00:00
projects
resources
runtimes
test [RISCV] Remove RV64 test lines from umulo-128-legalisation-lowering.ll 2018-10-03 10:59:42 +00:00
tools [llvm-mca] Remove unecessary forward decls. NFC. 2018-10-02 19:42:46 +00:00
unittests [AArch64][v8.5A] Add MTE as an optional AArch64 extension 2018-10-02 09:36:28 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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.