diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2025-08-11 23:11:32 +0200 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2025-08-11 23:11:32 +0200 |
commit | aad6f4f80e3196b052e96176ff412ddb7ceb7ef6 (patch) | |
tree | 71cce0d0423b699f63ad51826cddfc75d17f4489 /il.sig | |
parent | 47ce22ee86ad9fb329585e7d9ae2052772248c95 (diff) |
Mul/Div by constant transformation
Diffstat (limited to 'il.sig')
-rw-r--r-- | il.sig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -78,10 +78,13 @@ signature IL = sig val wrapTo8: word -> word + datatype funcType = FtLeaf | FtNonLeaf + datatype funcInfo = Fi of { name: int, paramNum: int, localBound: int, + t: funcType, vregs: regInfo D.t, ops: (irIns option * (label * label) option) D.t, labels: int option D.t |