[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 20:59:45 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.
> 
> How would we represent the non-existent second source register for mop.r?
My expression is not clear. I meant one intrinsic for `mop.r` and another for `mop.rr`, there are two intrinsics. :-)
https://github.com/llvm/llvm-project/pull/77089
    
    
More information about the llvm-commits
mailing list