This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Mark div and rem as expand for MVE
ClosedPublic

Authored by dmgreen on Jun 20 2019, 4:35 AM.

Details

Summary

We don't have vector operations for these, so they need to be expanded for both integer and float.

Diff Detail

Event Timeline

dmgreen created this revision.Jun 20 2019, 4:35 AM
SjoerdMeijer accepted this revision.Jun 24 2019, 1:49 AM

Looks like a good fix to me.

This revision is now accepted and ready to land.Jun 24 2019, 1:49 AM
This revision was automatically updated to reflect the committed changes.