[clang] [libclc] libclc: remove __attribute__((assume)) for clspv targets (PR #92126)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue May 14 08:17:43 PDT 2024


================
@@ -8087,3 +8087,10 @@ requirement:
   }
   }];
 }
+
+def ClspvLibclcBuiltinDoc : Documentation {
+  let Category = DocCatFunction;
+  let Content = [{
+Attribute used by clspv to identified functions coming from libclc.
----------------
erichkeane wrote:

I think this needs quite a bit more details, please see the rest of the AttrDocs examples, they typically go into examples, and at least specify what things like clspv and libclc would mean.

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


More information about the cfe-commits mailing list