Details
- Reviewers
eddyz87 - Commits
- rGf2bd78415fd8: [BPF] Avoid repeating MI->getOperand(NumDefs) x3
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
@eddyz87 could you take a look please? I have some other changes that are based on this that can't build until this lands.
In my opinion, whether or not to repeat MI->getOperand(NumDefs) is a matter of personal preference in this case. Current code is ok and this change does not change any related functionality. I suggest to withheld from this change to avoid cluttering commit history.
Also, I don't understand why you landed this change w/o due process.
I seems obvious that readability of code-at-HEAD should be of a higher priority than the readability of the commit history; the extant code will be read many more times than the the commit history for the same piece of code.
The description of this change doesn't claim that there is a change in behavior here; is there documentation that requires all changes to have functional changes?
Also, I don't understand why you landed this change w/o due process.
As I understand it, the process is not prescriptive about reviews being required. I see many changes (particularly in this area) that have gone in without review. In this case, I tried to follow "due process", but received no engagement whatsoever. Is filibustering an accepted practice?
I disagree that readability of these 2 lines had improved. I see this commit is an unnecessary code shuffling.
The description of this change doesn't claim that there is a change in behavior here; is there documentation that requires all changes to have functional changes?
Also, I don't understand why you landed this change w/o due process.
As I understand it, the process is not prescriptive about reviews being required. I see many changes (particularly in this area) that have gone in without review. In this case, I tried to follow "due process", but received no engagement whatsoever. Is filibustering an accepted practice?
Personally, I wait for reviewers engagements for all my changes.