search for: romaric

Displaying 7 results from an estimated 7 matches for "romaric".

2020 Aug 31
2
EmitTargetCodeForMemSet & LTO issue
...te worked just fine. It made me realize that the memset function is never inlined by the LTO optimization even without my implementation of the "EmitTargetCodeForMemSet" method. I supposed that the passes dealing with the memset function happen too late, is that correct? Thank you again, Romaric On Fri, Aug 28, 2020 at 5:51 PM Teresa Johnson <tejohnson at google.com> wrote: > ThinLTO's whole program analysis is driven off of the linker symbol > resolution (at least in the case of lld, gold, bfd). Presumably when it > gets into the ThinLTO link, the linker does not see...
2015 Apr 16
2
[LLVMdev] CPU information in the LLVMTargetMachine constructor
...ation in my "LLVMTargetMachine" constructor. I have it when I go through llc: clang -emit-llvm ... llc -mcpu=mycpu ... But not when I go directly from clang clang -mcpu=mycpu What should I do to have this information in the constructor using only the clang command? Best Regards, Romaric
2020 Aug 28
2
EmitTargetCodeForMemSet & LTO issue
...into theLTO archive used and I found both memset functions. It feels like when the compiler gets in "EmitTargetCodeForMemSet", it has already forgotten about the optimized memset function that was in the archive because it was not used initially. Any idea why? Thanks in advance, JODIN Romaric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200828/adaaafa8/attachment.html>
2015 Apr 02
3
[LLVMdev] Cross Compiling LLVM's test-suite
...the tests, but with the same compiler as the one used to compile the tools. My questions are : - Is it possible to compile the tools of the test-suite and all the tests with a different compiler? - Is it possible not to run the tests directly on the machine but on a simulator? Best Regards, Romaric
2016 Mar 01
2
Builtin reordered
Hi, I have an issue with some builtins that are reordered (during instructions selection it seems) with others instructions and/or others builtins. Is it normal? How could I prevent it from happening? Thanks, Romaric
2016 May 24
1
BitcodeReader non explicit error
...compiler (based on clang 3.7.0). I have a issue, I'm generating a bitcode file (that I can print before before the generation). But when I'm trying to read it again with clang, I have this issue: "error: Invalid record" How can I managed to know where it comes from? Thank you, Romaric Here is what is print before the generation of the bitcode: ################################################################################################################################## #########################################################################################################...
2015 Jul 28
3
Regarding Static website generator [GSOC Docs-toolchain]
Hi, Lei and I have been working on the project, based on community input. We have implemented two way sync between github and pagure as suggest by many. Now we want build the site and display it to user. There are number of options mkdocs, hugo(docker uses it now) etc. There are pros and cons to each site generator. To use hugo, we need the user to have hugo installed too, and than he needs to