Support SSA transform in the IR Expressions: - [x] and.go - [x] arithmetic.go - [x] array_index.go - [x] bool.go - [x] byte_array.go - [x] call.go - [x] cast.go - [x] div.go - [x] equals.go - [x] float64.go - [x] function.go - [x] gte.go - [x] gt.go - [x] int16.go - [x] int32.go - [x] int64.go - [x] int8.go - [x] lte.go - [x] lt.go - [x] mul.go - [x] not.go - [x] operator.go - [x] or.go - [x] static_array.go - [x] struct_field.go - [x] struct.go - [x] syscall.go - [x] uint16.go - [x] uint32.go - [x] uint64.go - [x] uint8.go - [x] variable.go Statements: - [x] and_then.go - [x] array_assignment.go - [x] assignment.go - [x] function_def.go - [x] if.go - [x] return.go - [ ] while.go
Support SSA transform in the IR
Expressions:
Statements: