Bruno Cardoso Lopes

Results 96 comments of Bruno Cardoso Lopes

> It seems to me that all questions should be resolved? Am I missing some questions? GitHub does not show my response to your latest question in the thread, it's...

Wow, amazing. Can you make this into a PR to gh-pages? So we can do any text suggestions as part of that PR and land it as part of the...

Btw, thanks for trying to categorize, this is going to be very useful for distributing work into multiple issues.

Oh, my apologies, this is talking about "Through MLIR" path, not our direct lowering, let me re-open! Sorry for the confusion

I just updated the issue description! Thanks for pushing this

> @bcardosolopes Currently the lowering prepare pass runs only on the LLVMIR lowering path. Should we introduce a similar pass for the MLIR lowering path? Some of the operations listed...

@orbiri this table could be interesting for you too!

> But it is not included in the pipelines built by cir-opt or cir-translate. Is it intentional? LoweringPrepare needs the AST, and we don't have that (yet) by standalone invocations...

> Hello , I find that some libc functions lowering to mlir can use `func.call` methods, however, I think it is not necessary to do this. And like some `vtable`...