This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7edb2df01c
factor
/
extra
/
llvm
/
reader
/
add.ll
6 lines
82 B
LLVM
Raw
Blame
History
define
i32
@add
(
i32
%x
,
i32
%y
)
{
entry:
%sum
=
add
i32
%x
,
%y
ret
i32
%sum
}
Reference in New Issue
View Git Blame
Copy Permalink