[PATCH] D107022: [RISCV] Update test cases for D106939.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 2 17:29:19 PDT 2021


craig.topper added a comment.

This still leaves `mu` for vcompress and vmv.s.x. Do you plan to fix those?



================
Comment at: llvm/test/CodeGen/RISCV/rvv/vmv.s.x-rv32.ll:231
 ; CHECK-NEXT:    vsetvli zero, a1, e32, m8, tu, mu
 ; CHECK-NEXT:    vmv.s.x v8, a0
 ; CHECK-NEXT:    ret
----------------
Doesn't need to be fixed in this patch, but this should be ma


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107022/new/

https://reviews.llvm.org/D107022



More information about the llvm-commits mailing list