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 92d5c1b commit 5086fa0Copy full SHA for 5086fa0
llvm/test/CodeGen/PowerPC/pr45297.ll
@@ -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