Files
Yashwant Singh c8f2cb53be Language support for LLVM Machine IR (#4763)
Resolves #4762

---------

Co-authored-by: Yashwant <yassingh@amd-blr-comp-03f7.amd.com>
2023-02-24 00:28:15 -05:00

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
...