Ondřej Čertík
Ondřej Čertík
> One suggestion, `create_` will call `make_` to construct the expression. In addition `create_` will just contain the logic for compile time evaluation. Yes, exactly. One idea for a better...
We can have the pass, but I am not happy that we keep adding all these passes that have to run by default, because every pass slows down compilation. I...
The Windows failure will be resolved if you merge or rebase on top of the latest master (fixed by https://github.com/lfortran/lfortran/pull/4310).
Yes, `data` statements must be converted to initialization (value/symbolic value) in ASR. I thought we already did that. If not, we should change that.
It looks like `iarx` does not get initialized in ASR.
Yes, arrays have to be handled differently.
It looks like the memory is not allocated correctly it seems. One just has to debug it more. It shouldn't be difficult, since ASR and LLVM IR are both small,...