[clang] [clang][SPIR][SPIRV] Don't generate constant NULL from addrspacecast generic NULL (PR #165353)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 30 15:54:45 PDT 2025
================
@@ -0,0 +1,13 @@
+// RUN: %clang_cc1 -no-enable-noundef-analysis %s -cl-std=CL2.0 -include opencl-c.h -triple spir64 -emit-llvm -o - | FileCheck %s
----------------
arsenm wrote:
Test name is very broad for what this is testing. Can you merge this with an existing null test, or make this more comprehensive for all the address spaces (I thought we had one of those somewhere already, at least with amdgp run lines)
https://github.com/llvm/llvm-project/pull/165353
More information about the cfe-commits
mailing list