**Is your feature request related to a problem? Please describe.** Currently when we have ```llvm %0 = add i32 1, 2 ``` We don't have a pass for optimizing it. **Describe the solution you'd like** Write a pass which can: - Evaluate constant calculating result - Do constant spreading
Is your feature request related to a problem? Please describe.
Currently when we have
We don't have a pass for optimizing it.
Describe the solution you'd like
Write a pass which can: