llvm-project/clang/test/CodeGenOpenCLCXX
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
..
address-space-castoperators.cpp [OpenCL] Rename lang mode flag for C++ mode 2019-07-25 11:04:29 +00:00
address-space-deduction.cl [OpenCL] Handle address space conversions for constexpr (PR44177) 2019-12-09 11:09:16 +00:00
address-space-deduction2.cl [OpenCL] Rename lang mode flag for C++ mode 2019-07-25 11:04:29 +00:00
addrspace-conversion.cl [OpenCL] Rename lang mode flag for C++ mode 2019-07-25 11:04:29 +00:00
addrspace-derived-base.cl [OpenCL] Fix address space for implicit conversion (PR43145) 2019-12-02 14:20:15 +00:00
addrspace-of-this.cl [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
addrspace-operators.cl Make the CXXABIs respect the target's default calling convention. 2019-07-26 12:36:12 +00:00
addrspace-references.cl [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
addrspace-with-class.cl Make the CXXABIs respect the target's default calling convention. 2019-07-26 12:36:12 +00:00
addrspace_cast.cl [OpenCL] Added addrspace_cast operator in C++ mode. 2020-05-18 12:07:54 +01:00
atexit.cl [OpenCL] Rename lang mode flag for C++ mode 2019-07-25 11:04:29 +00:00
constexpr.cl [OpenCL] Add ExtVectorElementExpr constant evaluation (PR42387) 2019-12-17 11:10:06 +00:00
global_init.cl [OpenCL] Rename lang mode flag for C++ mode 2019-07-25 11:04:29 +00:00
local_addrspace_init.cl [OpenCL] Rename lang mode flag for C++ mode 2019-07-25 11:04:29 +00:00
method-overload-address-space.cl Make the CXXABIs respect the target's default calling convention. 2019-07-26 12:36:12 +00:00
template-address-spaces.cl Make the CXXABIs respect the target's default calling convention. 2019-07-26 12:36:12 +00:00