Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Michael Liao b78c93696a [DAGCombine] Replace getIntPtrConstant() with getVectorIdxTy().
- Prefer `getVectorIdxTy()` as the index operand type for
  `EXTRACT_SUBVECTOR` as targets expect different types by overloading
  `getVectorIdxTy()`.
2020-01-14 17:03:05 -05:00
benchmarks
bindings
cmake
docs
examples
include [GVN] fix comment/argument name to match actual implementation. NFC 2020-01-15 03:58:04 +07:00
lib [DAGCombine] Replace getIntPtrConstant() with getVectorIdxTy(). 2020-01-14 17:03:05 -05:00
projects
resources
runtimes
test [DAGCombine] Replace getIntPtrConstant() with getVectorIdxTy(). 2020-01-14 17:03:05 -05:00
tools Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic template 2020-01-14 18:56:29 +01:00
unittests Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic template 2020-01-14 18:56:29 +01:00
utils [gn build] Port 36fcbb838c8 2020-01-14 19:06:58 +00:00
.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.