[llvm] [RISCV] Remove vmv.s.x and vmv.x.s lmul pseudo variants (PR #71501)
    Craig Topper via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov 13 21:21:51 PST 2023
    
    
  
================
@@ -447,9 +447,9 @@ define void @mscatter_v2i32_align2(<2 x i32> %val, <2 x ptr> %ptrs, <2 x i1> %m)
 ; RV64-SLOW-NEXT:  .LBB7_2: # %else2
 ; RV64-SLOW-NEXT:    ret
 ; RV64-SLOW-NEXT:  .LBB7_3: # %cond.store
-; RV64-SLOW-NEXT:    vsetvli zero, zero, e32, mf2, ta, ma
+; RV64-SLOW-NEXT:    vsetivli zero, 1, e32, m1, ta, ma
----------------
topperc wrote:
Any fix for this?
https://github.com/llvm/llvm-project/pull/71501
    
    
More information about the llvm-commits
mailing list