[PATCH] D93193: [RISCV] Define vsll/vsrl/vsra intrinsics.
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 23:58:41 PST 2020
rogfer01 added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/vsll.ll:11
+; CHECK-LABEL: intrinsic_vsll_vv_nxv1i8_nxv1i8_nxv1i8
+; CHECK: vsetvli {{.*}}, {{a[0-9]+}}, e8,mf8,ta,mu
+; CHECK: vsll.vv {{v[0-9]+}}, {{v[0-9]+}}, {{v[0-9]+}}
----------------
Related to @craig.topper comment at https://reviews.llvm.org/D93175#2452890 do we want the `,ta,mu` markers appear here?
I'd say so but maybe we have to to update earlier tests in the way?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93193/new/
https://reviews.llvm.org/D93193
More information about the llvm-commits
mailing list