Dependency between two architecture extensions.
Synopsis
Declared in <llvm/TargetParser/AArch64TargetParser.h>
struct ExtensionDependency;
Description
Later is the feature which was added to the architecture after Earlier, and expands the functionality provided by it. If Later is enabled, then Earlier will also be enabled. If Earlier is disabled, then Later will also be disabled.