Return the normalized PowerPC target CPU name for T.
Declared in <llvm/TargetParser/PPCTargetParser.h>
StringRef
getNormalizedPPCTargetCPU(
Triple const& T,
StringRef CPUName = "");
If CPUName is empty or generic, return the default CPU name. If CPUName is not empty or generic, return the normalized CPU name.
Normalized target CPU name.
| Name | Description |
|---|---|
| T | Target triple used to select the default CPU. |
| CPUName | Optional CPU name to normalize; empty selects the default. |