search for: 4f52ae89

Displaying 1 result from an estimated 1 matches for "4f52ae89".

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