[PATCH] D67572: [SVFS] SearchVFSystem interface (WIP).

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 06:52:56 PDT 2019


simoll added a comment.

In D67572#1670052 <https://reviews.llvm.org/D67572#1670052>, @fpetrogalli wrote:

> One more thing: in the RFC we decided to pass the `CallInst` to the methods of the class instead of the `Function` definition, because we wanted to make the attribute `vector-function-abi-variant` to be local to the call site, not the declaration. Unfortunately, I couldn't find a way to attach an attribute to a `CallInst`. Is this the case? Or have I missed somethign around `Instruction`s and attributes?


Could you add it to the attribute list of the call site at `AttributeList::FunctionIndex`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67572





More information about the llvm-commits mailing list