Skip to content

Commit 70f9f4d

Browse files
author
Kai Luo
committed
[PowerPC] Pre-commit reduced test case for PR45297. NFC.
1 parent 2c080a3 commit 70f9f4d

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+
; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
2+
; RUN: -mattr=+altivec -mattr=-power8-vector -mattr=-vsx < %s | FileCheck %s
3+
; XFAIL: *
4+
5+
define dso_local void @test(float %0) local_unnamed_addr {
6+
entry:
7+
%1 = fptosi float %0 to i32
8+
store i32 %1, i32* undef, align 4
9+
ret void
10+
}

0 commit comments

Comments
 (0)