llvm-project/clang/test/CodeGenCoroutines
Eli Friedman 62f3ef2b53 [CGCall] Annotate references with "align" attribute.
If we're going to assume references are dereferenceable, we should also
assume they're aligned: otherwise, we can't actually dereference them.

See also D80072.

Differential Revision: https://reviews.llvm.org/D80166
2020-05-19 20:21:30 -07:00
..
Inputs
coro-alloc.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
coro-always-inline.cpp [Coroutines] Insert lifetime intrinsics even O0 is used 2020-03-24 13:41:55 +08:00
coro-await-domination.cpp
coro-await-resume-eh.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
coro-await.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
coro-builtins-err.c
coro-builtins.c
coro-cleanup.cpp [clang] Annotating C++'s `operator new` with more attributes 2020-02-26 01:37:17 +03:00
coro-dest-slot.cpp
coro-eh-cleanup.cpp
coro-gro-nrvo.cpp [CodeGen] Add an alignment attribute to all sret parameters 2020-03-24 15:31:57 -04:00
coro-gro.cpp [clang] Annotating C++'s `operator new` with more attributes 2020-02-26 01:37:17 +03:00
coro-lambda.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
coro-newpm-pipeline.cpp [Coroutines][New pass manager] Move CoroElide pass to right position 2020-03-01 21:48:24 +08:00
coro-params.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
coro-promise-dtor.cpp
coro-ret-void.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
coro-retcon-unreachable.ll Remove unreachable blocks before splitting a coroutine. 2019-08-14 03:54:13 +00:00
coro-return-voidtype-initlist.cpp [Coroutines] Do not evaluate InitListExpr of a co_return 2020-03-16 12:42:44 +08:00
coro-return.cpp [clang] Annotating C++'s `operator new` with more attributes 2020-02-26 01:37:17 +03:00
coro-unhandled-exception.cpp
microsoft-abi-operator-coawait.cpp