Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please rebase this.
lib/Target/Mips/MicroMipsInstrInfo.td | ||
---|---|---|
492 | This requires a target flag like hasForbiddenSlot, isUnsafeInDelaySlot to mark these instructions as being unsafe in delay slots. The delay slot filler should recognise that flag. That flag should also be added to lwp and swp. That should be done as a separate patch. | |
500 | As above. | |
test/CodeGen/Mips/micromips-swm-lwm.ll | ||
2 | Use the update_llc_checks.py script to generate the tests. | |
10 | Remove the #0 from this function definition. | |
28 | Here too. |
This requires a target flag like hasForbiddenSlot, isUnsafeInDelaySlot to mark these instructions as being unsafe in delay slots. The delay slot filler should recognise that flag. That flag should also be added to lwp and swp.
That should be done as a separate patch.