This is an archive of the discontinued LLVM Phabricator instance.

[NEON] Support vldNq intrinsics in AArch32 (Clang part)
ClosedPublic

Authored by kosarev on Jun 21 2018, 9:04 AM.

Diff Detail

Event Timeline

kosarev created this revision.Jun 21 2018, 9:04 AM
SjoerdMeijer accepted this revision.Jun 27 2018, 1:14 AM

Looks OK to me.
But file "test/CodeGen/vld_dup.c" looks weird/empty. I guess you're removing it?

This revision is now accepted and ready to land.Jun 27 2018, 1:14 AM

Yep, this patch removes vld_dup.c as it duplicates part of what we have in arm-neon-vld.c. Clicking 'Show File Contents' below the file displays its contents. Thanks for reviewing!

This revision was automatically updated to reflect the committed changes.
test/CodeGen/arm_neon_intrinsics.c