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.

Data Members

Name

Description

Earlier

Earlier extension implied when the later one is enabled.

Later

Later extension that depends on the earlier one.

Created with MrDocs