Files
compiler-explorer/examples/ylc/default.yl
Cr0a3 43fbfcd19f Adding ylc (#6982)
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
2024-10-22 06:37:40 -05:00

6 lines
79 B
Plaintext

define i32 @square(i32 %0) {
entry:
%1 = mul i32 %0, %0
ret i32 %1
}