search for: messelka

Displaying 6 results from an estimated 6 matches for "messelka".

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>
2019 Jul 29
5
Arguments name IR LLVM
...64 0, i64 0), float* getelementptr inbounds ([10 x float], [10 x float]* @b, i64 0, i64 0), float* nonnull %3) The problem is, how can I get arguments name from the instruction inside define function because I just have the instructions in define function. Any idea please? Kinds regards Mohamed Messelka -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190729/9c22b18a/attachment.html>
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>
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
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 thin...
2018 Jul 24
2
Software pipeline using LLVM
Hi all, I want to generate assembly code using Swing Modulo Scheduling in LLVM for many ALU (May could be Adders, multilayer ......), I need some help how I can do that, which commend I run? Also if possible more information about the scheduling and the register location ......, and which pass responsible about that, and which LLVM version support Swing Modulo Scheduling. Thank you. Regards