The logic remains the same. Eventually, I see the RCU acting as its own separate stage in the instruction pipeline.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The patch LGTM. I only have a few minor comments (see below).
RetireControlUnit.h | ||
---|---|---|
24 ↗ | (On Diff #144787) | I noticed that you didn’t copy the comment at line 158 in the old Dispatch.h. Could you please add it back? |
38 ↗ | (On Diff #144787) | This comment should be improved. |
39 ↗ | (On Diff #144787) | This is probably my fault. You should remove the bogus “retired.” statement. Also, please remove the statement after it since it repeats what is written at line 25. |
Comment Actions
- Reword and cleanup the RUToken comment.
- Restore a comment I removed from RCU in the previous commit.
Comment Actions
Next time, please remember to add llvm-commits to the subscribers list. Otherwise, your patch would not appear on the mailing list.