Go to file
Florian Hahn 1b81772328 [SelectionDAG] Add static getMaxNumOperands function to SDNode.
Summary:
Use this helper to make sure we use the same value at various places.
This will likely be needed at more places were we currently crash
because we use more operands than possible.

Also makes it easier to change in the future.

Reviewers: RKSimon, craig.topper, efriedma, aemerson

Reviewed By: RKSimon

Subscribers: hiraditya, arsenm, llvm-commits

Differential Revision: https://reviews.llvm.org/D56859

llvm-svn: 351537
2019-01-18 10:00:38 +00:00
clang [tooling] Add a new argument adjuster for deleting plugin related command line args 2019-01-18 09:00:31 +00:00
clang-tools-extra [clang-tidy] Add abseil-duration-conversion-cast check 2019-01-17 20:37:35 +00:00
compiler-rt [safestack] Remove dependency of SafeStack on sanitizer_common 2019-01-18 01:53:37 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc Update year in license files 2019-01-15 15:10:32 +00:00
libcxx [hurd] Fix unconditional use of PATH_MAX 2019-01-17 02:59:28 +00:00
libcxxabi [demangler] Support for block literals. 2019-01-17 21:37:51 +00:00
libunwind Bump the trunk version to 9.0.0svn 2019-01-16 10:57:02 +00:00
lld [WebAssembly] Fix windows compiler warning by using explicit 64bit shift. NFC. 2019-01-17 22:09:09 +00:00
lldb [Reproducers] Fix reproducers unittest. 2019-01-18 07:17:05 +00:00
llgo Update year in license files 2019-01-15 15:10:32 +00:00
llvm [SelectionDAG] Add static getMaxNumOperands function to SDNode. 2019-01-18 10:00:38 +00:00
openmp Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime" 2019-01-17 11:31:03 +00:00
parallel-libs Update year in license files 2019-01-15 15:10:32 +00:00
polly [polly] Change to range-based invocation of llvm::sort 2019-01-18 01:06:46 +00:00
pstl [PSTL] Convert license text file to use unix line endings, matching the 2019-01-18 03:57:39 +00:00
.arcconfig Add an .arcconfig for the top of the git monorepo. 2019-01-11 16:27:14 +00:00
README.md

README.md

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.