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

Wang Pengcheng via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 9 02:04:14 PST 2024


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

This can be done in the future, I think.
Current implementation refers to the `Zmmul` (which is a sub-extension of M extension). The case is the same for `Zaamo` and `Zalrsc` I think.

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


More information about the cfe-commits mailing list