llvm::X86::updateImpliedFeatures

Set or clear entries in Features that are implied to be enabled/disabled by the provided Feature.

Synopsis

Declared in <llvm/TargetParser/X86TargetParser.h>

void
updateImpliedFeatures(
    StringRef Feature,
    bool Enabled,
    StringMap<bool>& Features);

Parameters

NameDescription
FeatureFeature name whose implications are applied.
EnabledTrue to enable implied features; false to disable them.
FeaturesMap of feature names to enabled/disabled state to update.