index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
common
/
118 llvm ir and assembly
/
square.ll
blob: 7c321aa828921060358184ebfe386d334928d585 (
plain
)
1
2
3
4
define
i32
@square_unsigned
(
i32
%a
)
{
%1
=
mul
i32
%a
,
%a
ret
i32
%1
}