User Details
- User Since
- Jun 28 2017, 10:56 AM (326 w, 2 d)
Jan 14 2022
Let me ping Krzysztof and Sumanth for a review of the latest revision. This is ready to land as far as I am concerned.
Jan 13 2022
Fixed run line in testcase
Jan 12 2022
Formatted using clang-format.
Sep 15 2020
Thanks @kparzysz - that fixed it in my local repo as well!
Thanks @srj . I have been able to reproduce this internall on predicated_store_load.cpp. Ankit is looking into this.
Aug 26 2020
Oct 8 2019
@kparzysz has posted an alternative here https://reviews.llvm.org/D68666
Oct 7 2019
While this change is valid in terms of functionality, I think Krzysztof has a point here (http://lists.llvm.org/pipermail/llvm-dev/2019-October/135709.html). Simply computing the live interval for a virtual register should not be changing code. That concern should be handled separately.
There is a bug in HexagonExpandCondsets being exposed by this (valid) change. We are working on a fix as we speak.
Oct 4 2019
Update: This change is affecting the HexagonExpandCondsets pass. I hope to have more updates soon.