[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,24 @@
+// RUN: %clang_cc1 -I%S %s -triple spirv64-unknown-unknown -fsycl-is-device -emit-llvm -fcxx-exceptions -fexceptions -o - | FileCheck %s
----------------
arichardson wrote:

Could you use update_cc_test_checks --check-globals here to just check the whole function?

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


More information about the cfe-commits mailing list