Convert RISC-V ISA info to a feature vector.
Declared in <llvm/TargetParser/RISCVISAInfo.h>
std::vector<std::string>
toFeatures(
bool AddAllExtensions = false,
bool IgnoreUnknown = true) const;
Feature strings prefixed with '+' or '-'.
| Name | Description |
|---|---|
| AddAllExtensions | If true, append disabled features for every supported extension not present in this ISA. |
| IgnoreUnknown | If true, skip extensions that are not supported. |