[ARM] Move MVEVPTBlockPass to a separate file. NFC
[llvm-core.git] / README.txt
blobb9b71a3b6daff15cd04b48178fdd04e368ea2b40
1 The LLVM Compiler Infrastructure
2 ================================
4 This directory and its subdirectories contain source code for LLVM,
5 a toolkit for the construction of highly optimized compilers,
6 optimizers, and runtime environments.
8 LLVM is open source software. You may freely distribute it under the terms of
9 the license agreement found in LICENSE.txt.
11 Please see the documentation provided in docs/ for further
12 assistance with LLVM, and in particular docs/GettingStarted.rst for getting
13 started with LLVM and docs/README.txt for an overview of LLVM's
14 documentation setup.
16 If you are writing a package for LLVM, see docs/Packaging.rst for our
17 suggestions.