Here is where its being called from:
https://github.com/dlang/dmd/blob/master/compiler/src/dmd/main.d#L682My only concern is its running after semantic analysis. I don't know how good the output will be without it.
Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn Fri, 06 Dec 2024 12:56:47 -0800
Here is where its being called from:
https://github.com/dlang/dmd/blob/master/compiler/src/dmd/main.d#L682My only concern is its running after semantic analysis. I don't know how good the output will be without it.