Kiran Chandramohan

Results 92 comments of Kiran Chandramohan

> https://flang.llvm.org/docs/ has no build [instructions](https://github.com/llvm/llvm-project/tree/main/flang/#building-flang-standalone), this should be added; for now I'm following the standalone build instructions from the README. You are welcome to add the instructions in https://flang.llvm.org/docs....

The frontend error is fixed by https://reviews.llvm.org/D139041. Now the same program hits a TODO in lowering. ``` /llvm-project/flang/lib/Lower/ConvertExpr.cpp:4351: not yet implemented: character array expression temp with dynamic length ```

HLFIR fixes the pop2 issue. This can be closed when we enable HLFIR by default.

Please go ahead and close.

Dossay from BNL is working on this.

Fix proposed in https://reviews.llvm.org/D145083.

Thanks @sscalpone for the reply. Apologies for the delay in my response. > It's a first-cut implementation that handles only 32- and 64-bit types. OK > I've been thinking we...

@jeanPerier is there an option to generate the math dialect (https://mlir.llvm.org/docs/Dialects/MathOps/) operations for intrinsics? Or is the preferred approach to always generate llvm intrinsics? Will there be missing intrinsics in...

There has been some progress in clang in this area. There is now a kind of umbrella flag, `ffp-model=`. See the following links for more details. https://clang.llvm.org/docs/UsersManual.html#cmdoption-ffp-model https://github.com/llvm/llvm-project/blob/main/clang/test/CodeGen/ffp-model.c https://www.youtube.com/watch?v=GPB_o_wXPcY