[PATCH] D93175: [RISCV] Define vadc/vmadc/vsbc/vmsbc intrinsics.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 00:06:00 PST 2020


HsiangKai added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/vmsbc.ll:11
+; CHECK-LABEL: intrinsic_vmsbc_vv_nxv1i1_nxv1i8_nxv1i8
+; CHECK:       vsetvli {{.*}}, {{a[0-9]+}}, e8,mf8,ta,mu
+; CHECK:       vmsbc.vv {{v[0-9]+}}, {{v[0-9]+}}, {{v[0-9]+}}
----------------
craig.topper wrote:
> This test has the ",ta,mu" but none of the other test files do.
I will update other test cases to have ",ta,mu".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93175



More information about the llvm-commits mailing list