[llvm] [RISCV][MC] Add support for experimental Zimop extension (PR #75182)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 07:48:07 PST 2023


wangpc-pp wrote:

We already have `Zicifss` support in tree, we should somehow merge the MC implementations since `SSPUSH` and so on use the MOPs. `Zicfiss` instructions that are MOPs can be aliases of `Zimop` instructions.

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


More information about the llvm-commits mailing list