You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RISCV] Add tests for vmadd for VP intrinsics. NFC (#70042)
We have VP tests for vmacc but not vmadd. This copies the vmacc tests
but swaps
the false operand of vp.merge to be the multiplicand instead of the
addend.
This shows how we could fold the vmerge into the vmadd's mask if we
commuted %a
and %b.
0 commit comments