[llvm-dev] Adding a function type qualifier with particular keyword

Garnet Liu via llvm-dev llvm-dev at lists.llvm.org
Sat Sep 23 12:16:00 PDT 2017


Dear llvm developers,

For the purpose of a research project, I want to add a function type modifier as an extension to LLVM that looks like 

keyword void function(params1, 2, 3) {…}

to serve the purpose of tracking all registers that the function has touched. Is there any documentation or previous examples relate to this feature?

Thank you very much
Garnet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170923/ee77ced7/attachment.html>


More information about the llvm-dev mailing list