We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bd621 commit e372967Copy full SHA for e372967
llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/vec-ld.ll
@@ -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