User Details
- User Since
- Aug 18 2020, 9:04 PM (97 w, 2 d)
Wed, Jun 15
Tue, Jun 14
Mon, Jun 13
Sun, Jun 12
Wed, Jun 8
Tue, Jun 7
Mon, Jun 6
Gentle pin...
Sun, Jun 5
Thu, Jun 2
Wed, Jun 1
May 31 2022
May 30 2022
May 29 2022
May 26 2022
BTW, I have run llvm-test-suite, it passed.
:)
May 25 2022
May 24 2022
The same work has been upstreamed at https://github.com/google/benchmark/pull/1400.
And how is this patch going? we need pull latest code to upgrade benchmark or still commit this in llvm-test-suite?
@mtrofin
May 23 2022
May 22 2022
May 20 2022
May 18 2022
May 17 2022
Address comments to change feature name.
May 16 2022
Gentle pin..
May 12 2022
Address comments.
Is there any more part of code or test I should develop in this patch together?
May 11 2022
Address comments.
May 8 2022
Could anybody else have a review or nominate a reviewer?
May 6 2022
May 4 2022
Apr 24 2022
I think using two Write is not accurate because the latency are not added together but is the max one. It consumes resource simultaneously, but the expanded instructions auipc and jalr do have data dependency.
I think it should create a new SchedWrite such as WritePesudoCall and the cycle is sum up of WriteIALU and WriteJalr.
Apr 11 2022
Apr 7 2022
Apr 6 2022
Apr 5 2022
Apr 1 2022
Thank you for this patch. I was also going to draft it. Following unused variable in td file can also be removed.
Mar 31 2022
Is CSKY target enabled as default in lld building even it's an experimental target?
Mar 30 2022
Address comments.
Mar 29 2022
Mar 23 2022
Mar 17 2022
Mar 16 2022
I have updated the patch. Any more comments?
Mar 13 2022
Address comments.
Mar 10 2022
Mar 7 2022
Feb 27 2022
Feb 25 2022
Address comments.