Recent change rL357393 uses MachineInstrBuilder::addDisp to add a based on a BlockAddress but this case was not implemented.
This patch adds the missing case and a test for RISC-V that exercises the new case.
Differential D60136
[RISCV] Implement adding a displacement to a BlockAddress rogfer01 on Apr 2 2019, 9:03 AM. Authored by
Details Recent change rL357393 uses MachineInstrBuilder::addDisp to add a based on a BlockAddress but this case was not implemented. This patch adds the missing case and a test for RISC-V that exercises the new case.
Diff Detail
Event TimelineComment Actions Thanks, I didn't realise this was the case.
|