[PATCH] D72798: [llvm][docs] LangRef for IR attribute `vector-function-abi-variants`.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 12:52:14 PST 2020
fpetrogalli added a comment.
In D72798#1822598 <https://reviews.llvm.org/D72798#1822598>, @jdoerfert wrote:
> What are instruction attributes? How would that look like? Is there a list discussion?
Hi @jdoerfert,
I thought we all agreed on this attribute by the fact we have implemented it - right now we have read/write functions for such attribute: https://reviews.llvm.org/D69976, and it is used in https://reviews.llvm.org/D72734
I couldn't find a section in the LangRef to describe it (it is not a function attribute) and decided to start a new one. I am happy to discuss to fall back on llvm-dev if you think I did something wrong.
Francesco
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