You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
19
external/llvm/test/CodeGen/Generic/nested-select.ll
vendored
Normal file
19
external/llvm/test/CodeGen/Generic/nested-select.ll
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
; RUN: llc < %s -o /dev/null
|
||||
|
||||
; Test that select of a select works
|
||||
|
||||
%typedef.tree = type opaque
|
||||
|
||||
define i32 @ic_test(double %p.0.2.0.val, double %p.0.2.1.val, double %p.0.2.2.val, %typedef.tree* %t) {
|
||||
%result.1.0 = zext i1 false to i32 ; <i32> [#uses=1]
|
||||
%tmp.55 = fcmp oge double 0.000000e+00, 1.000000e+00 ; <i1> [#uses=1]
|
||||
%tmp.66 = fdiv double 0.000000e+00, 0.000000e+00 ; <double> [#uses=1]
|
||||
br label %N
|
||||
|
||||
N: ; preds = %0
|
||||
%result.1.1 = select i1 %tmp.55, i32 0, i32 %result.1.0 ; <i32> [#uses=1]
|
||||
%tmp.75 = fcmp oge double %tmp.66, 1.000000e+00 ; <i1> [#uses=1]
|
||||
%retval1 = select i1 %tmp.75, i32 0, i32 %result.1.1 ; <i32> [#uses=1]
|
||||
ret i32 %retval1
|
||||
}
|
||||
|
Reference in New Issue
Block a user