[PATCH] D138868: AMDGPU/clang: Remove target features from address space test builtins

Joe Nash via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 29 12:14:22 PST 2022


Joe_Nash added inline comments.


================
Comment at: clang/test/CodeGenOpenCL/builtins-amdgcn-flat-address-space.cl:8
+// be initialized to something useful. The proper way to diagnose invalid flat
+// usage is to forbid flat pointers on unsupported targets.
+
----------------
What part of the toolchain is responsible for forbiding flat pointers on unsupported targets?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138868/new/

https://reviews.llvm.org/D138868



More information about the cfe-commits mailing list