User Details
- User Since
- Aug 3 2016, 5:39 AM (347 w, 3 d)
Apr 14 2020
Apr 12 2020
ping
Apr 4 2020
Apr 1 2020
Mar 25 2020
ping
Mar 24 2020
I can't seem to get commit access to GitHub (already emailed llvm-admin twice)
Would anyone be kind enough to commit the change on behalf of me? Thanks!
Mar 12 2020
Mar 11 2020
re
Thanks for the fast reply!
we have an implicit physical register that certain instructions define, thus having several instructions in the code would create these output chains, the most similar to this that I found in Hexagon was the usr_ovf register, but I also saw that the Output Deps for these registers get removed in HexagonSubtarget::UsrOverflowMutation::apply.
Mar 10 2020
Mar 1 2020
Jan 15 2019
Jan 13 2019
Jan 9 2019
Jan 8 2019
Jan 7 2019
Jan 6 2019
Jan 4 2019
Jan 3 2019
Jan 2 2019
Ping2
@craig.topper is this okay with you?
Dec 30 2018
Ping
Dec 26 2018
Dec 18 2018
Dec 13 2018
no comments from my side (LGTM)
Dec 10 2018
Oct 23 2018
Oct 21 2018
May 21 2018
Apr 26 2018
Apr 25 2018
done @craig.topper
Apr 24 2018
fix @craig.topper comment
Apr 22 2018
ping
Apr 19 2018
Apr 18 2018
Apr 6 2018
@zvi the changes in this commit were added to https://reviews.llvm.org/D41330 and committed already. I will close this patch
Apr 2 2018
Mar 30 2018
Mar 29 2018
Updated with @craig.topper comments
Mar 27 2018
ping @ reviewers, if there are no more comments i'd like to re-submit this
Mar 22 2018
Fixed comments in review https://reviews.llvm.org/D41330
fix comments from @niravd and @craig.topper in review https://reviews.llvm.org/D43619#inline-381377 (closing that one)
Mar 19 2018
Fix the reported bug (added case to bug 36346, based on code provided by Richard Smith )
and limit the transformation to 64bit only
Feb 22 2018
@chandlerc there's a good chance this solves the miscompilations you are seeing
Feb 20 2018
@chandlerc Thanks for your comments.
still checking the option of using tablegen for some of the tables.
Any luck with the reproducer?
Feb 14 2018
Feb 11 2018
committed in https://reviews.llvm.org/rL324835
fixed TRI @craig.topper
Feb 8 2018
addressed @craig.topper 's comments
ping to reviewers
Feb 6 2018
Feb 4 2018
addressed @craig.topper comments
Jan 31 2018
addressed comments from @RKSimon and @craig.topper
Jan 25 2018
Jan 16 2018
Pinging again,,
Jan 8 2018
Ping.
Jan 3 2018
addressed @hfinkel comments.
ping to reviewers.
Dec 26 2017
add MMO info
Dec 20 2017
Dec 19 2017
Addressed Craig's comments
Dec 17 2017
Dec 5 2017
Nov 26 2017
@RKSimon No more comments from my side
Nov 21 2017
LGTM after fixing the minor comments
Nov 7 2017
Sep 13 2017
Sep 6 2017
3-Ops LEA are costly starting target SandyBridge , is there a limitation in the code for the targets this transformation works on? If not I think there should be.
you can check the Slow3OpsLEA feature for the full list of targets.