This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Don't pretend we know how to generate MVE VLDn
ClosedPublic

Authored by dmgreen on Aug 9 2019, 5:04 AM.

Details

Summary

We don't yet know how to generate these instructions for MVE. And in the case of VLD3, we don't have the instruction.

Diff Detail

Event Timeline

dmgreen created this revision.Aug 9 2019, 5:04 AM
dmgreen updated this revision to Diff 214875.Aug 13 2019, 10:35 AM

Now with test.

ostannard accepted this revision.Aug 16 2019, 5:11 AM

LGTM with a minor style nit.

llvm/lib/Target/ARM/ARMISelLowering.cpp
16161

Opening brace should be on the line above.

This revision is now accepted and ready to land.Aug 16 2019, 5:11 AM
This revision was automatically updated to reflect the committed changes.