search for: egevig

Displaying 3 results from an estimated 3 matches for "egevig".

2019 Jul 08
2
Problem with the LLVM v8.0 IR 'select' instruction
..., and -O3, but all where the same. Please notice that I renamed 'main()' to 'mainfunc()' to be sure Clang isn't picking up 'main()' as a reserved, special function. This on a Windows 10 x64 PC, but I got exactly the same behavior on arm7hf and aarch64. Cheers, Mikael Egevig Den man. 8. jul. 2019 kl. 04.30 skrev Mehdi AMINI <joker.eph at gmail.com>: > Hi, > > > > On Sun, Jul 7, 2019 at 4:26 PM Mikael Egevig via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi guys, >> >> I am doing a hobby compiler using LLVM...
2019 Jul 07
2
Problem with the LLVM v8.0 IR 'select' instruction
...ated, except I have removed all irrelevant code generated by the compiler. I'm not sure if LLVM gets confused by me returning the result in an alloca'ed area, but I use the return value, of all functions, for the exception pointer (null = no exception). Thanks in advance! Cheers, Mikael Egevig -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190708/be3b5a79/attachment.html>
2019 Nov 26
2
Thoughts on the LLVM linker
...who use LLVM as their backend through generating .ll files as input to the LLVM tool chain. P.S. I am aware that I can use Clang as a gigantic driver for the linking process, but I am trying to get rid of all Clang dependencies because it is not needed by my project in any way. Thank you, Mikael Egevig -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191126/c673614d/attachment.html>