[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
Wed Apr 24 15:21:52 PDT 2024


================
@@ -0,0 +1,17 @@
+// RUN: %clang_cc1 %s -triple spirv64-unknown-unknown -fsycl-is-device -emit-llvm -fcxx-exceptions -fexceptions -std=c++11 -o - | FileCheck %s
----------------
arichardson wrote:

Instead of duplicating all these files, could you add one additional RUN: line to the test you copied this from? No need to regenerate with update_cc_test_checks, just add a new check line with something like a CHECK-NONZERO-AS prefix?

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


More information about the cfe-commits mailing list