search for: eaadf578

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

2019 Aug 20
2
Spills on second bank of registers
...register bank. I am unsure about why this happens or how to correct/implement this, or where to look. Any pointers would be appreciated. Thanks, Joan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190820/eaadf578/attachment.html>
2019 Aug 08
3
Suboptimal code generated by clang+llc in quite a common scenario (?)
This might not be the workaround you want because it is only available in C, but you can use restrict to allow such optimizations. https://godbolt.org/z/2gQ26f Alex On Thu, Aug 8, 2019 at 11:50 AM Michael Kruse via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > char* scscx is an universal pointer and may point to anything, > including itself. That is, scscx might