[clang] [llvm] [AArch64][clang] Use tablegen rather than hard-coded feature dependencies (NFCI) (PR #190959)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Fri May 1 05:50:55 PDT 2026
jthackray wrote:
> Should this be marked as NFC ? Or is change in behaviour expected ?
Yes, this is NFC (intended). I've only added a few new tests. Some of the names are different, e.g. `HasMatMul` vs `HasI8MM`, or `HasMatmulFP64` vs `HasF64MM` but this change should be NFC.
https://github.com/llvm/llvm-project/pull/190959
More information about the cfe-commits
mailing list