User Details
User Details
- User Since
- Jun 28 2017, 10:56 AM (186 w, 5 d)
Sep 15 2020
Sep 15 2020
pranavb added a comment to rG0ee54cf88329: [Hexagon] Account for truncating pairs to non-pairs when widening truncates.
Thanks @kparzysz - that fixed it in my local repo as well!
pranavb added a comment to rG0ee54cf88329: [Hexagon] Account for truncating pairs to non-pairs when widening truncates.
pranavb added a comment to rG0ee54cf88329: [Hexagon] Account for truncating pairs to non-pairs when widening truncates.
Thanks @srj . I have been able to reproduce this internall on predicated_store_load.cpp. Ankit is looking into this.
Aug 26 2020
Aug 26 2020
pranavb requested review of D86661: Use properlyDominates in RDFLiveness when sorting on dominance..
Aug 26 2020, 1:55 PM · Restricted Project
Oct 8 2019
Oct 8 2019
pranavb updated subscribers of rL371640: LiveIntervals: Split live intervals on multiple dead defs.
@kparzysz has posted an alternative here https://reviews.llvm.org/D68666
Oct 7 2019
Oct 7 2019
pranavb added a comment to rL371640: LiveIntervals: Split live intervals on multiple dead defs.
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.
pranavb added a comment to rL371640: LiveIntervals: Split live intervals on multiple dead defs.
There is a bug in HexagonExpandCondsets being exposed by this (valid) change. We are working on a fix as we speak.
Oct 4 2019
Oct 4 2019
pranavb added a comment to rL371640: LiveIntervals: Split live intervals on multiple dead defs.
Update: This change is affecting the HexagonExpandCondsets pass. I hope to have more updates soon.
Aug 27 2018
Aug 27 2018
Sep 22 2017
Sep 22 2017
pranavb committed rL313993: Check vector elements for equivalence in the HexagonVectorLoopCarriedReuse pass.
Check vector elements for equivalence in the HexagonVectorLoopCarriedReuse pass
Sep 21 2017
Sep 21 2017
[Hexagon] - Fix testcase for the HexagonVectorLoopCarriedReuse pass.
Add a testfile that I missed in a previous commit that
Enable the reuse of values computed in a previous loop iteration.