phillipstanleymarbell / Noisy-lang-compiler

Noisy language compiler
MIT License
17 stars 1 forks source link

Enhance InferBound in `newton-irPass-LLVMIR-livenessAnalysis.cpp` #609

Closed PeiMu closed 1 year ago

PeiMu commented 2 years ago

We think it could be helpful if we can enhance the ability of InferBound in newton-irPass-LLVMIR-livenessAnalysis.cpp. We hope to infer more range of variables or expressions or results of the function call, which are all based on the physical information from newton. So that we can enhance other optimizations, like control-flow simplification.