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 43a069b commit 8c345ecCopy full SHA for 8c345ec
llvm/test/Transforms/InstCombine/tgamma.ll
@@ -11,9 +11,9 @@ define float @tgammaf_const() {
11
12
define double @tgamma_const() {
13
; CHECK-LABEL: define double @tgamma_const() {
14
-; CHECK-NEXT: ret double 0x7F2F2054EB4D96EB
+; CHECK-NEXT: ret double 0x605166C698CF183B
15
;
16
- %r = call double @tgamma(double 170.0)
+ %r = call double @tgamma(double 100.0)
17
ret double %r
18
}
19
0 commit comments