[llvm-dev] Questions for extending llvm back-end instruction (original) (raw)
席致寧 via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 5 08:53:06 PDT 2021
- Previous message: [llvm-dev] CANCELLED RISC-V LLVM sync-up call 5th August 2021
- Next message: [llvm-dev] report a clang bug: SSE4.1 instruction problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [llvm-dev] CANCELLED RISC-V LLVM sync-up call 5th August 2021
- Next message: [llvm-dev] report a clang bug: SSE4.1 instruction problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]