Generate MVE VFMAs/VFMSs from fadd/fsub and fmul instructions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good to me, with one minor formatting nit.
| llvm/lib/Target/ARM/ARMInstrMVE.td | ||
|---|---|---|
| 2582 | Nit: you line this up a little, based on the brackets. I mean something like: def : Pat<(v4f32 (fadd (v4f32 MQPR:$src1),
(fmul (v4f32 MQPR:$src2),
(v4f32 MQPR:$src3)))), | |
Nit: you line this up a little, based on the brackets. I mean something like:
def : Pat<(v4f32 (fadd (v4f32 MQPR:$src1), (fmul (v4f32 MQPR:$src2), (v4f32 MQPR:$src3)))),