[clang] [llvm] [LLVM][MC][AArch64] Assembler support for Armv9.6-A memory systems extensions (PR #112341)

Jonathan Thackray via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 16 03:18:31 PDT 2024


================
@@ -0,0 +1,12 @@
+# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
+// RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+pcdphint %s | FileCheck %s
----------------
jthackray wrote:

I think these tests should also check the instructions are rejected with `-mattr=+nopcdphint`

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


More information about the cfe-commits mailing list