[clang] [llvm] [AArch64][llvm] Add support for Permission Overlays Extension 2 (FEAT_S1POE2) (PR #164912)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 31 07:57:41 PDT 2025
================
@@ -0,0 +1,3263 @@
+// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+poe2 < %s \
+// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
+// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
+// RUN: | FileCheck %s --check-prefix=CHECK-ERROR
+// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+all < %s \
----------------
CarolineConcatto wrote:
s/+all/+poe2 /
https://github.com/llvm/llvm-project/pull/164912
More information about the cfe-commits
mailing list