mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
5 lines
93 B
LLVM
5 lines
93 B
LLVM
define i32 @square(i32) local_unnamed_addr #0 {
|
|
%2 = mul nsw i32 %0, %0
|
|
ret i32 %2
|
|
}
|