Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with hasDelaySlot=0
lib/Target/Mips/MipsInstrInfo.td | ||
---|---|---|
1197–1198 ↗ | (On Diff #14885) | hasDelaySlot needs to be 0 but CBranch sets it to 1. |
lib/Target/Mips/MipsInstrInfo.td | ||
---|---|---|
1230–1231 ↗ | (On Diff #14885) | I will change the hasDelaySlot field for this likely instruction too since BGEZAL_FT sets it to 1. |
1234–1235 ↗ | (On Diff #14885) | I will change the hasDelaySlot field for this likely instruction too since BGEZAL_FT sets it to 1. |