This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Mark VMINNMA/VMAXNMA as commutative
ClosedPublic

Authored by dmgreen on Aug 12 2020, 12:17 AM.

Details

Summary

These operations take Qda and Rn register operands, which are commutative so long as the instruction is not predicated.

Diff Detail

Event Timeline

dmgreen created this revision.Aug 12 2020, 12:17 AM
dmgreen requested review of this revision.Aug 12 2020, 12:17 AM
This revision is now accepted and ready to land.Aug 12 2020, 12:27 AM
This revision was automatically updated to reflect the committed changes.