Improve IR variable naming #317

Merged
sb10q merged 1 commits from irname-improvements into master 2024-08-17 17:37:19 +08:00

1 Commits

Author SHA1 Message Date
David Mak 6de0884dc1 core: Use anonymous name for variables if unspecified
The current default prefix is only derived from the instruction type,
which is not helpful during the comprehension of the IR. Changing to
anonymous names (e.g. %1) helps understand that the variable is only
needed as part of a larger (possibly named) expression.
2023-09-06 14:02:15 +08:00