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
12
external/llvm/test/CodeGen/PowerPC/fneg.ll
vendored
12
external/llvm/test/CodeGen/PowerPC/fneg.ll
vendored
@ -1,12 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep fneg
|
||||
|
||||
define double @test1(double %a, double %b, double %c, double %d) {
|
||||
entry:
|
||||
%tmp2 = fsub double -0.000000e+00, %c ; <double> [#uses=1]
|
||||
%tmp4 = fmul double %tmp2, %d ; <double> [#uses=1]
|
||||
%tmp7 = fmul double %a, %b ; <double> [#uses=1]
|
||||
%tmp9 = fsub double %tmp7, %tmp4 ; <double> [#uses=1]
|
||||
ret double %tmp9
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user