[clang] [Clang][CodeGen] Start migrating away from assuming the Default AS is 0 (PR #88182)

Alexander Richardson via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 16 10:19:44 PDT 2024


================
@@ -0,0 +1,32 @@
+// RUN: %clang_cc1 -triple spirv64-unknown-unknown -fsycl-is-device -std=c++20 %s -emit-llvm -o - | FileCheck %s
+
+struct S { char buf[32]; };
----------------
arichardson wrote:

Same here, and I can see that the two copies are out-of sync. Would be good to merge the tests.

https://github.com/llvm/llvm-project/pull/88182


More information about the cfe-commits mailing list