[clang] [OpenCL] Restore addrspacecast for pipe builtins and update test (PR #112514)
Sven van Haastregt via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 16 03:28:14 PDT 2024
================
@@ -1,69 +1,67 @@
-// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -cl-ext=+cl_khr_subgroups -O0 -cl-std=clc++ -o - %s | FileCheck %s
-// FIXME: Add MS ABI manglings of OpenCL things and remove %itanium_abi_triple
----------------
svenvh wrote:
Surely I can add the old run line back, but would that bring any value? Preservation of the pipe access qualifiers is not tested with the old run line for example.
https://github.com/llvm/llvm-project/pull/112514
More information about the cfe-commits
mailing list