Skip to content

Commit e372967

Browse files
committed
simple test case for scalable vector load
1 parent b1bd621 commit e372967

File tree

1 file changed

+7
-0
lines changed
  • llvm/test/CodeGen/RISCV/GlobalISel/irtranslator

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2+
; RUN: llc -mtriple=riscv32 -mattr=+v -global-isel -stop-after=irtranslator -verify-machineinstrs < %s | FileCheck -check-prefixes=RV32I %s
3+
4+
define void @vload_vint8m1(ptr %pa) {
5+
%va = load <vscale x 8 x i8>, ptr %pa
6+
ret void
7+
}

0 commit comments

Comments
 (0)