mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Hi dear godbolt team, > Before opening the PR, please make sure that the tests & linter pass their checks, > by running `make check`. With this pr i added support for the ylc compiler. Infra-PR: https://github.com/compiler-explorer/infra/pull/1441
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
define i32 @square(i32 %0) {
|
|
entry:
|
|
%1 = mul i32 %0, %0
|
|
ret i32 %1
|
|
}
|