================
@@ -46,6 +44,8 @@ static const unsigned SPIRDefIsPrivMap[] = {
     0,  // sycl_global_host
     0,  // sycl_local
     0,  // sycl_private
+    0,  // sycl_generic
+    0,  // sycl_constant
----------------
elizabethandrews wrote:

I don't think so. Dummy values are added to maps which are irrelevant for the 
model. SYCL does not use `SPIRDefIsPrivMap`. It uses `SPIRDefIsGenMap`. 

https://github.com/llvm/llvm-project/pull/200849
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to