mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
14 lines
224 B
YAML
14 lines
224 B
YAML
---
|
|
name: square
|
|
tracksRegLiveness: true
|
|
body: |
|
|
bb.0:
|
|
liveins: $edi
|
|
|
|
%0:gr32 = COPY $edi
|
|
%1:gr32 = nsw IMUL32rr %0, %0, implicit-def dead $eflags
|
|
$eax = COPY %1
|
|
RET 0, $eax
|
|
|
|
...
|