[llvm] [AArch64] Remove TargetParser CPU/Arch feature tests (PR #104587)

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 09:27:21 PDT 2024


jroelofs wrote:

This part of the test that checks that `cortex-a520` is `armv9.2-a` isn't covered by the `-print-enabled-extensions` tests:

```
AArch64CPUTestParams("cortex-a520", "armv9.2-a",
```

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


More information about the llvm-commits mailing list