[PATCH] D72798: [llvm][docs] LangRef for IR attribute `vector-function-abi-variants`.
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 12:33:02 PST 2020
jdoerfert added a comment.
Sorry for my absence on this.
================
Comment at: llvm/docs/LangRef.rst:1871
+
+The following call site attributes are supported.
+
----------------
I'd word it something like this:
> In addition to function attributes the following call site only attributes are supported:
================
Comment at: llvm/docs/LangRef.rst:1878
+
+ _ZGV<isa><mask><vlen><parameters>_<scalar_name>{(<vector_redirection>)}
+
----------------
1) Only `CallInst` or call site?
2) Do we have a mangling doc entry that we could link to?
3) Do the `{` and `(` belong to the token stream? Maybe `[` is better to indicate optional things?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72798/new/
https://reviews.llvm.org/D72798
More information about the llvm-commits
mailing list