Set or clear entries in Features that are implied to be enabled/disabled by the provided Feature.
Declared in <llvm/TargetParser/X86TargetParser.h>
void
updateImpliedFeatures(
StringRef Feature,
bool Enabled,
StringMap<bool>& Features);
| 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. |