[llvm] [clang] [RISCV] Add experimental support of Zaamo and Zalrsc (PR #78970)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 14:47:29 PST 2024


================
@@ -0,0 +1,11 @@
+# RUN: not llvm-mc -triple riscv32 -mattr=+experimental-zaamo < %s 2>&1 | FileCheck %s
----------------
topperc wrote:

Is this duplicating existing A test cases? If so can we split the A extension tests into 2 files as a pre-commit and add these the new Zaamo and Zalrsc command lines in this patch?

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


More information about the cfe-commits mailing list