search for: upmem

Displaying 2 results from an estimated 2 matches for "upmem".

Did you mean: pmem
2020 Aug 31
2
EmitTargetCodeForMemSet & LTO issue
...___________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> > > > -- > Teresa Johnson | Software Engineer | tejohnson at google.com | > -- *Romaric JODIN* UPMEM *Software Engineer* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200831/65acc4b7/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: logo signature mail...
2020 Aug 28
2
EmitTargetCodeForMemSet & LTO issue
Hi everyone, I have 2 implementations of "memset". A standard one, and another one optimized when the pointer and the size respect some specific constraints. I am able to choose the proper one in the "EmitTargetCodeForMemSet" method that I implemented for my backend. My issue is when I am compiling with the LTO optimisation, the linker tells me that the optimized memset