[clang] [OpenCL] Restore addrspacecast for pipe builtins and update test (PR #112514)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 16 04:12:19 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
----------------
arsenm wrote:
It's 2 different paths that both should work, with different output so both should be tested
https://github.com/llvm/llvm-project/pull/112514
More information about the cfe-commits
mailing list