LGTM
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 3 2023
Oct 29 2021
Addressed the issues raised by Graham Yiu regarding Synopsys specific bug report numbers and release versions in comments
Oct 21 2021
Oct 7 2021
Oct 6 2021
Oct 4 2021
Sep 10 2021
Aug 25 2021
Looks good
Aug 24 2021
Looks good
Aug 10 2021
Thanks for fixing the clang-tidy issue
Looks good
Aug 6 2021
Looks good
Jul 29 2021
Looks good to me
Jul 22 2021
Your changes look good to me
Jul 21 2021
Jul 12 2021
Jul 8 2021
Your change looks good to me
Jul 7 2021
Could you fix the issues reported by clang-tidy?
Jun 18 2021
Looks fine to me
Jun 3 2021
Oct 14 2020
Oct 7 2020
Reduced the arguments to opt
Oct 6 2020
Mar 26 2020
I assume that a similar fix would then be necessary for loop peeling (and any such loop optimization that clones blocks).
Feb 25 2019
Apr 19 2017
This does not appear to be an issue on the trunk.
Now with transform and test case.
Added test case
Jun 16 2016
After ISEL our compare instructions, multiply, and MAC instructions have real physical register side effects. I'm getting errors from SWP for loops containing these physical register dependencies. Are you aware of this? Is there a way to model physical register dependencies with loop carried dependencies such that we would generate correct code for them?
Apr 22 2016
This version of MachinePipeliner.cpp contains several fixes. Please search for SYNOPSYS for my changes to Brendon's original source.
Apr 18 2016
Mar 9 2016
Mar 1 2016
Feb 12 2016
Very nice work Brandon.
Feb 11 2016
Feb 5 2016
If you have a functional unit that issues in stages such that another instruction of needing the same FU can ussue the very next cycle, then isn't the sum of the cycles too great? Example: