Skip to content

Commit 578401c

Browse files
committed
fixup! Add some comments in the test
1 parent 8f12911 commit 578401c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/Transforms/VectorCombine/RISCV/vector-interleave2-splat-e64.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
; RUN: opt -S -mtriple=riscv64 -mattr=+v,+m,+zvfh %s -passes=vector-combine | FileCheck %s
33
; RUN: opt -S -mtriple=riscv32 -mattr=+v,+m,+zvfh %s -passes=vector-combine | FileCheck %s
44

5+
; We should not form a i128 vector.
6+
57
define void @interleave2_const_splat_nxv8i64(ptr %dst) {
68
; CHECK-LABEL: define void @interleave2_const_splat_nxv8i64(
79
; CHECK-SAME: ptr [[DST:%.*]]) #[[ATTR0:[0-9]+]] {

0 commit comments

Comments
 (0)