This patch adds patterns to select the MVE instructions VFMA.f16 and VFMA.f32.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Remember to upload with context! It makes the reviews easier to read.
llvm/lib/Target/ARM/ARMInstrMVE.td | ||
---|---|---|
2604 | I think this is near VADD? Do you mind moving it up to near VFMA, to keep things together. | |
2606 | Also I think it's better to use MQPR, over QPR | |
llvm/test/CodeGen/ARM/vfma.ll | ||
2 | Can you move this test to test/CodeGen/Thumb2/mve-vfma.ll? Just to be with the others | |
24 | These lines can go, as a little bit of a cleanup. | |
25 | As can the #1 on the end of these. |
I think this is near VADD? Do you mind moving it up to near VFMA, to keep things together.