Skip to content

Improve definition-use chain simplification for CSE #159

@fennecJ

Description

@fennecJ

The current DU-chain implementation of #156 doesn't achieve the expected level of simplification for CSE. Since the variable is in SSA form and we're only interested in the last assignment for CSE, perhaps we can focus solely on du-chain.tail which record last assignment for a var?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions