hash-org / hashc

The Hash programming language compiler :zap:
https://hash-org.github.io/hashc/
MIT License
25 stars 2 forks source link

Constant propagation pass #1029

Open feds01 opened 11 months ago

feds01 commented 11 months ago

Another powerful optimisation opportunity is constant propagation. This pass should be able to simplify and optimise out as much constness out of an IR body as possible.

This might include things like: