Displaying 5 results from an estimated 5 matches for "m14m".
Did you mean:
14m
2019 Jul 29
3
Arguments name IR LLVM
On Mon, Jul 29, 2019 at 4:39 AM Hans Wennborg via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> The arguments are unnamed, which means they will be implicitly named %0,
> %1, %2.
>
OP's use case for the names aside, I think we should consider changing
LLVM's IR printer to print unnamed arguments in function definitions as %0,
%1, etc, like we do for instructions. We can
2019 Jul 29
5
Arguments name IR LLVM
Hi everybody,
I want to read the name of the arguments of fucntion IR LLVM, I have the following function define:
define void @vecadd(i32, float* nocapture readonly, float* nocapture readonly, float* nocapture) local_unnamed_addr #0 {
As we see, the argument has no name, if we look at call function in main function we see the arguments name (a, b and c):
call void @vecadd(i32 10, float*
2018 Jun 12
2
LLVM assembly language
Hi,
Does anyone tell which file whose emit the llvm assembly file (.ll), I want to modify for specific use.
Thank you all
Kinds
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180612/5f3c72d5/attachment.html>
2018 May 15
3
LLVM Backend!
Hello LLVM Team,
I just want to ask about the list of LLVM Backend, I google it but I found no email list, please if exist just let me know and send me the link for subscription.
Kinds regards
Mohamed Messelka
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180515/432b37b0/attachment.html>
2018 May 15
0
LLVM Backend!
Adding back the mailing list.
On Tue, May 15, 2018 at 4:48 PM mohamed messelka <m14m at live.fr> wrote:
> Hello Dean,
> Thank you for your replay,
> Im working on LLVM Backend, and I want a community to exchange the
experience and solve the problems when creating Backend with LLVM, I just
want to know if there exist an email list fo LLVM Backend.
I think this is...