Skip to content

Commit 48047eb

Browse files
committed
Update tests after rebase
1 parent a83299d commit 48047eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-interleave.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ define <4 x float> @interleave_v2f32(<2 x float> %x, <2 x float> %y) {
3838
define <4 x double> @interleave_v2f64(<2 x double> %x, <2 x double> %y) {
3939
; V128-LABEL: interleave_v2f64:
4040
; V128: # %bb.0:
41-
; V128-NEXT: vmv1r.v v12, v9
4241
; V128-NEXT: vsetivli zero, 4, e16, mf2, ta, ma
42+
; V128-NEXT: vmv1r.v v12, v9
4343
; V128-NEXT: vid.v v9
4444
; V128-NEXT: vmv.v.i v0, 10
4545
; V128-NEXT: vsrl.vi v14, v9, 1

llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-interleave.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ define <4 x i32> @interleave_v2i32(<2 x i32> %x, <2 x i32> %y) {
5151
define <4 x i64> @interleave_v2i64(<2 x i64> %x, <2 x i64> %y) {
5252
; V128-LABEL: interleave_v2i64:
5353
; V128: # %bb.0:
54-
; V128-NEXT: vmv1r.v v12, v9
5554
; V128-NEXT: vsetivli zero, 4, e16, mf2, ta, ma
55+
; V128-NEXT: vmv1r.v v12, v9
5656
; V128-NEXT: vid.v v9
5757
; V128-NEXT: vmv.v.i v0, 10
5858
; V128-NEXT: vsrl.vi v14, v9, 1

0 commit comments

Comments
 (0)