[llvm] [RISCV][ISel] Add ISel support for experimental Zimop extension (PR #77089)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 7 19:40:00 PST 2024


wangpc-pp wrote:

Just a thought: can we just have only one intrinsic for `mop.r` and `mop.rr`? The number becomes an constant integer argument of these two intrinsics. If so, we can reduce some cases in legalization/lowering. And of course, we should change the ISel logics.

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


More information about the llvm-commits mailing list