This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Make nosimd imply nocrypto
ClosedPublic

Authored by dmgreen on Jan 31 2023, 8:17 AM.

Details

Summary

This adds a quick check for -neon, making it imply the same as -crypto, which helps get some features correct in more cases.

Diff Detail

Event Timeline

dmgreen created this revision.Jan 31 2023, 8:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 31 2023, 8:17 AM
dmgreen requested review of this revision.Jan 31 2023, 8:17 AM
lenary accepted this revision.Jan 31 2023, 8:21 AM

How many other places do we have to manually model that disabling feature X disables all features that require feature X? It's a little infuriating to be honest.

This revision is now accepted and ready to land.Jan 31 2023, 8:21 AM
This revision was landed with ongoing or failed builds.Jan 31 2023, 11:17 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJan 31 2023, 11:17 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript