This is an archive of the discontinued LLVM Phabricator instance.

[ARM] MVE VMOV.i64
ClosedPublic

Authored by dmgreen on Mar 23 2020, 10:03 AM.

Details

Summary

In the original batch of MVE VMOVimm code generation VMOV.i64 was left out due to the odd way it was done downstream. It turns out that it's fairly simple though. This adds the codegen for it, similar to NEON.

Bigendian is technically incorrect in this version, which John is fixing in D76515.

Diff Detail

Event Timeline

dmgreen created this revision.Mar 23 2020, 10:03 AM
SjoerdMeijer accepted this revision.Mar 23 2020, 12:21 PM

looks like a good fix to me.

This revision is now accepted and ready to land.Mar 23 2020, 12:21 PM