[PATCH] D72798: [llvm][docs] LangRef for IR attribute `vector-function-abi-variants`.

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 01:00:26 PST 2020


simoll added a comment.

Nit: You might want to add that list order does not imply preference (it's logically a set) and that the compiler is free to pick any listed vector function of its choosing.
Question: how does this interact with vector function metadata attached to a function declaration (if at all), eg does the call site list override that of the function?
Otw, LGTM.


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