llvm-project/clang/test/CodeGenOpenCLCXX
Sven van Haastregt f3e6a61232 [OpenCL] Handle address space conversions for constexpr (PR44177)
The AST for the constexpr.cl test contains address space conversion
nodes to cast through the implicit generic address space.  These
caused the evaluator to reject the input as constexpr in C++ for
OpenCL mode, whereas the input was considered constexpr in plain C++
mode as the AST won't have address space cast nodes then.

Fixes PR44177.

Differential Revision: https://reviews.llvm.org/D71015
2019-12-09 11:09:16 +00: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 [OpenCL] Fix FileCheck pattern 2019-11-04 15:08:53 +00: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 [OpenCL] Rename lang mode flag for C++ mode 2019-07-25 11:04:29 +00:00
addrspace-with-class.cl Make the CXXABIs respect the target's default calling convention. 2019-07-26 12:36:12 +00:00
atexit.cl [OpenCL] Rename lang mode flag for C++ mode 2019-07-25 11:04:29 +00:00
constexpr.cl [OpenCL] Handle address space conversions for constexpr (PR44177) 2019-12-09 11:09:16 +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