[PATCH] D24805: [GVNSink] Initial GVNSink prototype

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 12:42:54 PDT 2017


hiraditya added a comment.

In https://reviews.llvm.org/D24805#764415, @jmolloy wrote:

> Thanks Danny,
>
> I've committed the patch after changing from std::stable_sort to std::sort (I didn't need it, I was being paranoid debugging a heisenbug). This was good timing as today is my last day at ARM and in a couple of hours I will lose access to my development machine! :)
>
> Thanks for your last reply; I now, finally, have got it! I spent yesterday prototyping and have something that conceptually works. It'll need a lot more work though. Watch this space ;)
>
> Cheers,
>
> James


Thanks for working on this. I was waiting for the patch so that I can get some 'inspiration' for my current work.
Best wishes for your next job.


Repository:
  rL LLVM

https://reviews.llvm.org/D24805





More information about the llvm-commits mailing list