[PATCH] D107746: Function Annotation with Function Attributes

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 9 02:28:50 PDT 2021


fhahn requested changes to this revision.
fhahn added a comment.
This revision now requires changes to proceed.

This pass changes the IR by adding new attributes, right? I think it should be under transforms then?

I am also not sure about using a command line argument to specify the attribute name and a CSV file with the values for functions. Could the attribute name also be part of the CSV? this would allow adding multiple different attributes to the function, which is not possible with the current interface I think.


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

https://reviews.llvm.org/D107746



More information about the llvm-commits mailing list