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

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 23:08:37 PDT 2024


davemgreen wrote:

We have at the moment:
```
inline constexpr Alias CpuAliases[] = {{"cobalt-100", "neoverse-n2"},
                                       {"grace", "neoverse-v2"}};
```
Can all the cpu aliases work in the same way? Or do you want them to work different, where they are not just frontend aliases?

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


More information about the llvm-commits mailing list