search for: 6e157a83

Displaying 2 results from an estimated 2 matches for "6e157a83".

2016 Jun 30
0
Help required regarding IPRA and Local Function optimization
...n why R15 is not saved around call __foo? > 3) Why _bar is saving %rax in above code? > > Please help! > > Sincerely, > Vivek > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160630/6e157a83/attachment-0001.html>
2016 Jun 30
4
Help required regarding IPRA and Local Function optimization
Hello Mentors, I am currently finding bug in Local Function related optimization due to which runtime failures are observed in some test cases, as those test cases are containing very large function with recursion and object oriented code so I am not able to find a pattern which is causing failure. So I tried following simple case to understand expected behavior from this optimization. Consider