If possible and profitable, replace lea %reg, 1(%reg) and lea %reg, -1(%reg) with inc %reg and dec %reg respectively.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I don’t see a problem with this commit but please email llvm-commit and allow other developers to review this patch.