nac3/nac3core/src/codegen
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
..
irrt update dependencies 2023-01-12 19:31:03 +08:00
concrete_type.rs basic unsigned integer support 2022-03-08 13:34:02 +08:00
expr.rs core: Rename IR variables 2023-09-06 14:02:15 +08:00
generator.rs core: Add name parameter to gen_{var_alloc,store_target} 2023-09-06 11:00:02 +08:00
mod.rs update dependencies 2023-03-08 15:19:09 +08:00
stmt.rs core: Use anonymous name for variables if unspecified 2023-09-06 14:02:15 +08:00
test.rs nac3core: fix broken tests 2022-05-11 03:53:53 +08:00