[PATCH] D110675: [RISCV][test] Precommit tests for D108129.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 28 02:11:18 PDT 2021


frasercrmck requested changes to this revision.
frasercrmck added a comment.
This revision now requires changes to proceed.

LGTM if that issue is fixed.



================
Comment at: llvm/test/CodeGen/RISCV/rvv/vmulhu-sdnode.ll:39
+
+define <vscale x 1 x i32> @vmulhu_vi_nxv1i32_0(<vscale x 1 x i32> %va) {
+  %head1 = insertelement <vscale x 1 x i32> undef, i32 -7, i32 0
----------------
Missing checks here and in other functions. Unless the file wasn't generated correctly, this is probably because the codegen differs between RV32 and RV64. You likely need `--check-prefixes=RV32,CHECK` and `--check-prefixes=RV64,CHECK`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110675



More information about the llvm-commits mailing list