mie: tool: add command to run optimisations on an input IR file

This commit is contained in:
2026-01-25 15:12:07 +00:00
parent a67e4b6688
commit b5fa40d4d8
2 changed files with 246 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
enum command_id {
CMD_ROOT,
CMD_VALIDATE,
CMD_OPTIMISE,
CMD_INTERNAL,
CMD_INTERNAL_BUILDER_TEST,
CMD_INTERNAL_CTX_DUMP,