Skip to content

Commit 99fb40d

Browse files
committed
[RISCV] Merge more rv32/rv64 intrtinsic tests that have (or should have) the same content. NFC
We weren't testing i64 vrgather.vv on rv32.
1 parent 39e192b commit 99fb40d

18 files changed

+2729
-13245
lines changed

llvm/test/CodeGen/RISCV/rvv/mask-exts-truncs-rv64.ll

Lines changed: 0 additions & 728 deletions
This file was deleted.

llvm/test/CodeGen/RISCV/rvv/mask-exts-truncs-rv32.ll renamed to llvm/test/CodeGen/RISCV/rvv/mask-exts-truncs.ll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc -mtriple=riscv32 -mattr=+v -verify-machineinstrs < %s | FileCheck %s
2+
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v \
3+
; RUN: -verify-machineinstrs | FileCheck %s
4+
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v \
5+
; RUN: -verify-machineinstrs | FileCheck %s
36

47
define <vscale x 1 x i8> @sext_nxv1i1_nxv1i8(<vscale x 1 x i1> %v) {
58
; CHECK-LABEL: sext_nxv1i1_nxv1i8:

llvm/test/CodeGen/RISCV/rvv/vmv.s.x-rv32.ll

Lines changed: 0 additions & 316 deletions
This file was deleted.

0 commit comments

Comments
 (0)