[clang] [llvm] [AArch64] Add FEAT_FPAC to Neoverse V2 (PR #133054)

Ricardo Jesus via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 05:09:29 PDT 2025


================
@@ -19,6 +19,7 @@
 // CHECK-NEXT:     FEAT_ETE                                               Enable Embedded Trace Extension
 // CHECK-NEXT:     FEAT_FCMA                                              Enable Armv8.3-A Floating-point complex number support
 // CHECK-NEXT:     FEAT_FHM                                               Enable FP16 FML instructions
+// CHECK-NEXT:     FEAT_FPAC                                              Enable Armv8.3-A Pointer Authentication Faulting enhancement
----------------
rj-jesus wrote:

I think this should be below `FEAT_FP16` (otherwise the test will probably fail to match).

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


More information about the llvm-commits mailing list