This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Fix qdadd operand order
ClosedPublic

Authored by dmgreen on Mar 30 2020, 3:51 AM.

Details

Summary

qdadd is defined as sat(Rm + sat(2*Rn)). We had the Rm and Rn switched the wrong way around.

Diff Detail

Event Timeline

dmgreen created this revision.Mar 30 2020, 3:51 AM
samparker accepted this revision.Mar 30 2020, 4:07 AM

Cheers!

This revision is now accepted and ready to land.Mar 30 2020, 4:07 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2020, 2:44 AM