[llvm] [llvm][AArch64][TableGen] Create a ProcessorAlias record. NFC (PR #96249)

Tomas Matheson via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 23:06:46 PDT 2024


https://github.com/tmatheson-arm commented:

There is an existing mechanism for processor aliases in `TargetParser`:
```cpp
inline constexpr Alias CpuAliases[] = {{"cobalt-100", "neoverse-n2"},
                                       {"grace", "neoverse-v2"}};
```
Please could you either incorporate these CPUs into what you're doing here, or use the existing mechanism?

https://github.com/llvm/llvm-project/pull/96249


More information about the llvm-commits mailing list