[llvm] [RISCV][ISel] Add ISel support for experimental Zimop extension (PR #77089)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 7 20:37:07 PST 2024
topperc 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.
How would we represent the non-existent second source register for mop.r?
https://github.com/llvm/llvm-project/pull/77089
More information about the llvm-commits
mailing list