llvm-project/llvm
Eli Friedman 61cbbba7a6 [ArgumentPromotion] Fix byval alignment handling.
Make sure the alignment of the generated operations matches the
alignment of the byval argument.  Previously, we were just ignoring
alignment and getting lucky.

While I'm here, also delete the unnecessary "tail" handling.
Passing a pointer to a byval argument to a "tail" call is UB, so
rewriting to an alloca doesn't require any special handling.

Differential Revision: https://reviews.llvm.org/D89819
2021-05-11 11:22:18 -07:00
..
benchmarks
bindings
cmake [cmake] Enable -Wmisleading-indentation 2021-05-10 09:56:04 -07:00
docs [NFC][AMDGPU] Correct product name for gfx908 2021-05-11 15:17:04 +00:00
examples [ORC] Update SpeculativeJIT example for dispatchTask changes in 5344c88dcb. 2021-05-10 09:30:46 -07:00
include * Add support for JSON output style to llvm-symbolizer 2021-05-11 13:10:54 +04:00
lib [ArgumentPromotion] Fix byval alignment handling. 2021-05-11 11:22:18 -07:00
projects
resources
runtimes
test [ArgumentPromotion] Fix byval alignment handling. 2021-05-11 11:22:18 -07:00
tools Reland "[Coverage] Fix branch coverage merging in FunctionCoverageSummary::get() for instantiation"" 2021-05-11 11:48:23 -05:00
unittests [VP] Improve the VP intrinsic unittests 2021-05-11 11:44:09 +02:00
utils [gn build] Port e5d483f28a 2021-05-11 00:19:33 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [flang][cmake] Enable the new driver by default 2021-05-11 09:16:29 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Update personal info in CREDITS.TXT 2021-04-11 19:25:02 +08: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.