llvm-project/llvm
Florian Hahn e4543af4e6
[VPlan] Track current vector loop in VPTransformState (NFC).
Instead of looking up the vector loop using the header, keep track of
the current vector loop in VPTransformState. This removes the
requirement for the vector header block being part of the loop up front.

A follow-up patch will move the code to generate the Loop object for the
vector loop to VPRegionBlock.

Depends on D121619.

Reviewed By: Ayal

Differential Revision: https://reviews.llvm.org/D121621
2022-03-30 22:16:40 +01:00
..
benchmarks
bindings [NFC] Fix go binding build 2022-03-14 14:08:51 +08:00
cmake [cmake] Provide CURRENT_TOOLS_DIR centrally, replacing CLANG_TOOLS_DIR 2022-03-25 20:22:01 +01:00
docs Recommit "[Docs] Add documentation for llvm-remark-size-diff" 2022-03-30 13:37:49 -07:00
examples Reland "[ELF] Enable new passmanager plugin support for LTO" 2022-03-24 16:29:18 +01:00
include Demangle: Fix crash-on-invalid demangling of a module name with no underlying entity 2022-03-30 20:26:32 +00:00
lib [VPlan] Track current vector loop in VPTransformState (NFC). 2022-03-30 22:16:40 +01:00
projects
resources
runtimes Revert "[bootstrap] Allow passing options to sub-builds for all targets" 2022-03-21 22:21:30 -07:00
test [llvm-profgen] Read sample profiles for post-processing. 2022-03-30 13:51:16 -07:00
tools [llvm-profgen] Read sample profiles for post-processing. 2022-03-30 13:51:16 -07:00
unittests [AArch64] Fix AArch64TargetParser.def to match AArch64.td. 2022-03-30 12:15:39 -07:00
utils [gn build] Port 1410a4860e 2022-03-30 07:33:49 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Add a cmake flag to turn `llvm_unreachable()` into builtin_trap() when assertions are disabled 2022-03-18 19:24:14 +00:00
CODE_OWNERS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
CREDITS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.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.