[llvm] [RISCV] Re-model RVV comparison instructions (PR #88868)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 02:55:02 PDT 2024


================
@@ -88,11 +88,11 @@ define <vscale x 16 x i1> @nxv16i1(i1 %x, i1 %y) {
 ; CHECK-NEXT:    andi a0, a0, 1
 ; CHECK-NEXT:    vsetvli a2, zero, e8, m2, ta, ma
 ; CHECK-NEXT:    vmv.v.x v8, a0
-; CHECK-NEXT:    vmsne.vi v10, v8, 0
+; CHECK-NEXT:    vmsne.vi v0, v8, 0
----------------
wangpc-pp wrote:

> Or at least make sure that it gets inflated back to VR?

Any thoughts about this?

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


More information about the llvm-commits mailing list