This patch adds vmla selection.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/Target/ARM/ARMInstrMVE.td | ||
---|---|---|
3769 ↗ | (On Diff #215405) | MQPR :) Can you also try to format this line to be a little shorter. |
llvm/test/CodeGen/ARM/vmla-mve.ll | ||
1 ↗ | (On Diff #215405) | Can you move this to test/CodeGen/Thumb2/mve-vmla.ll |
11 ↗ | (On Diff #215405) | Do these still select if the operands are reversed? It may be worth adding a few tests to show that. |
llvm/lib/Target/ARM/ARMInstrMVE.td | ||
---|---|---|
3784 ↗ | (On Diff #218314) | We shouldn't be restricted to just using tGPR, rGPR looks like the best fit. |