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
Name |
Description |
Feature |
Feature name whose implications are applied. |
Enabled |
True to enable implied features; false to disable them. |
Features |
Map of feature names to enabled/disabled state to update. |
Created with MrDocs