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 5a8a7ee commit ea628f0Copy full SHA for ea628f0
llvm/test/CodeGen/PowerPC/ctrloop-constrained-fp.ll
@@ -2,7 +2,7 @@
2
; RUN: llc -mtriple powerpc64le < %s | FileCheck %s
3
4
; Check constrained ops converted to call
5
-define void @test(ptr %cast) {
+define void @test(ptr %cast) strictfp {
6
; CHECK-LABEL: test:
7
; CHECK: # %bb.0: # %root
8
; CHECK-NEXT: mflr 0
@@ -51,7 +51,7 @@ for.body:
51
}
52
53
; Check constrained ops converted to native instruction
54
-define void @test2(ptr %cast) {
+define void @test2(ptr %cast) strictfp {
55
; CHECK-LABEL: test2:
56
; CHECK: # %bb.0: # %entry
57
; CHECK-NEXT: li 4, 255
0 commit comments