Skip to content

Optimize between field set and get #362

@dplassgit

Description

@dplassgit
obj.field = foo
bar = obj.field

can be optimized to

obj.field = foo
bar = foo

This could be in ConstantPropagationOptimizer

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions