This is an archive of the discontinued LLVM Phabricator instance.

[NEON] Support VST1xN intrinsics in AArch32 mode (LLVM part)
ClosedPublic

Authored by kosarev on May 28 2018, 2:20 AM.

Details

Summary

We currently support them only in AArch64. The NEON Reference, however, says they are 'ARMv7, ARMv8' intrinsics.

Diff Detail

Event Timeline

kosarev created this revision.May 28 2018, 2:20 AM

Agreed: supported architectures are v7/A32/A64.
Thanks for fixing this.

SjoerdMeijer accepted this revision.Jun 8 2018, 5:51 AM
This revision is now accepted and ready to land.Jun 8 2018, 5:51 AM
This revision was automatically updated to reflect the committed changes.