[llvm-dev] Questions for extending llvm back-end instruction

席致寧 via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 5 08:53:06 PDT 2021


Dear llvm developers :


I am doing a project about GPU,

and need to add a new instruction to the generated PTX file by llvm
back-end,

this instruction should be able to specifically manipulate(load) the
constant variables.

My question is,

I am not sure if there are any existing llvm elements that could archive my
requirements,

since according to your documentation,

adding a new instruction to llvm is very time consuming.


Thanks a lot for your help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210805/ea05345d/attachment.html>


More information about the llvm-dev mailing list