[PATCH] D26196: AMDGPU: Translate null pointers in private and local addr space

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 1 11:06:02 PDT 2016


arsenm added inline comments.


================
Comment at: test/CodeGenOpenCL/amdgpu-nullptr.cl:30
+
+// CHECK: icmp eq i8 addrspace(1)* %p, null
+void cmp_global(global char* p) {
----------------
Missing check-label


https://reviews.llvm.org/D26196





More information about the cfe-commits mailing list