1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
Go to file
Chandler Carruth 8c5b30db8c [LoopSimplify] Improve a test for loop simplify minorly. NFC.
I did some basic testing while looking for a bug in my recent change to
loop simplify and even though it didn't find the bug it seems like
a useful improvement anyways.

llvm-svn: 306256
2017-06-25 22:24:02 +00:00
bindings
cmake
docs
examples
include Revert "[LoopSimplify] Factor the logic to form dedicated exits into a utility." 2017-06-25 17:58:25 +00:00
lib [MemDep] Cleanup return after else & use auto. NFC. 2017-06-25 22:12:59 +00:00
projects
resources
runtimes
test [LoopSimplify] Improve a test for loop simplify minorly. NFC. 2017-06-25 22:24:02 +00:00
tools
unittests
utils [TableGen] Remove some copies around PatternToMatch. 2017-06-25 17:33:49 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT

Low Level Virtual Machine (LLVM)
================================

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.