Details
- Reviewers
• tstellarAMD nhaehnle
Diff Detail
Event Timeline
lib/CodeGen/BranchRelaxation.cpp | ||
---|---|---|
209–211 | Is this comment still accurate? | |
232–242 | I think just using OrigBB instead of MBB would help readability. | |
387–392 | This doesn't seem to be affected by your change, but I'm a bit confused about not seeing anything to account for the size change in MBB due to the erased MI. |
lib/CodeGen/BranchRelaxation.cpp | ||
---|---|---|
387–392 | This is part of the change. I discovered that added/removed instruction size here is insufficient, since updateTerminator can also sneakily change the branch instructions. |
Is this comment still accurate?