This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][AsmParser] Remove SVE and SVE2 from ARMTargetParser
ClosedPublic

Authored by c-rhodes on Jul 28 2019, 11:55 PM.

Details

Summary

Patch removes SVE and SVE2 features from ARMTargetParser as these
features are not supported on ARM.

Diff Detail

Repository
rL LLVM

Event Timeline

c-rhodes created this revision.Jul 28 2019, 11:55 PM
Herald added a project: Restricted Project. · View Herald Transcript
rengolin accepted this revision.Jul 29 2019, 9:29 AM

Right, ArchExtKind was supposed to be shared between Arm and AArch64, but that ship has sailed a long time ago. LGTM, thanks!

This revision is now accepted and ready to land.Jul 29 2019, 9:29 AM

Right, ArchExtKind was supposed to be shared between Arm and AArch64, but that ship has sailed a long time ago. LGTM, thanks!

np, thx for reviewing!

This revision was automatically updated to reflect the committed changes.