Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
LLVM phi with i1
ErikCorry
Nov 23rd, 2016
4,012
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
LLVM
0.38 KB
| None
|
0
0
raw
download
clone
embed
print
report
define
i64
@foo
(
i64
,
i64
,
i64
)
{
%4
=
icmp
eq
i64
%0
,
0
br
i1
%4
,
label
%left
,
label
%right
left
:
%l
=
icmp
eq
i64
%1
,
1
br
label
%join
right
:
%r
=
icmp
eq
i64
%1
,
%2
br
label
%join
join
:
%lr
=
phi
i1
[
%l
,
%left
]
,
[
%r
,
%right
]
%iszero
=
icmp
eq
i1
%lr
,
0
br
i1
%iszero
,
label
%left2
,
label
%right2
left2
:
ret
i64
%2
right2
:
ret
i64
%0
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Laravel Module
Bash | 4 min ago | 0.33 KB
House applet
Java | 13 min ago | 0.76 KB
Hour Glass drawing
Java | 26 min ago | 0.46 KB
WAN 2.2 I2I
JSON | 1 hour ago | 21.97 KB
Pick Up Item
C# | 2 hours ago | 3.33 KB
Untitled
Python | 3 hours ago | 5.21 KB
LALOL-Hub-Backdoor
Lua | 5 hours ago | 0.63 KB
FE staff
Lua | 5 hours ago | 17.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!