Skip to content

Commit f7291c2

Browse files
committed
Pre-commit test
1 parent ea480cc commit f7291c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2+
; RUN: llc -mtriple=riscv64 -mattr='+v' < %s | FileCheck %s
3+
4+
define <2 x i8> @fp4(<4 x i4> %0) nounwind {
5+
; CHECK-LABEL: fp4:
6+
; CHECK: # %bb.0:
7+
; CHECK-NEXT: ret
8+
%2 = bitcast <4 x i4> %0 to <2 x i8>
9+
ret <2 x i8> %2
10+
}

0 commit comments

Comments
 (0)