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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo