Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, with two changes.
lib/Target/Mips/MipsDelaySlotFiller.cpp | ||
---|---|---|
550 ↗ | (On Diff #16426) | Typo "chenge". Also, I think it would improve readability if you add parenthesis, since code related to "if" occupies 3 lines. |
test/CodeGen/Mips/micromips-delay-slot.ll | ||
16 ↗ | (On Diff #16426) | Since jals allows only 16-bits delay slot instructions, you should also CHECK that instruction in delay slot is 16-bits. |