You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
@ -1,14 +0,0 @@
|
||||
; Test that the pow library call simplifier works correctly.
|
||||
;
|
||||
; RUN: opt < %s -instcombine -S | FileCheck %s
|
||||
|
||||
declare float @pow(double, double)
|
||||
|
||||
; Check that pow functions with the wrong prototype aren't simplified.
|
||||
|
||||
define float @test_no_simplify1(double %x) {
|
||||
; CHECK-LABEL: @test_no_simplify1(
|
||||
%retval = call float @pow(double 1.0, double %x)
|
||||
; CHECK-NEXT: call float @pow(double 1.000000e+00, double %x)
|
||||
ret float %retval
|
||||
}
|
Reference in New Issue
Block a user