Bruno Cardoso Lopes

Results 96 comments of Bruno Cardoso Lopes

Interesting, I'm not getting that (nor the gituhub builders). Is this from a clean build?

Any plans to continue the work here?

Gonna close this for now in order to keep tracking of only active PRs, feel free to re-open if there are updated.

> I can't think of a way to use the `cir.init_aray` for case when we have to initialize the element with ctor. For the more simple examples of ctor, I...

Handling unreachable code is lacking some support here indeed. We should probably end the first basic block with `cir.yield break`, and start a new bb to stuff `--x`, which should...

Thanks for your interest, best current resource for docs is clangir.org. My suggestion is that you try to build a very simple source file using a basic openmp construct, that...

@fabianmcg has started to work on this in #382

> * Current implementation does not seem to generate `cir.base_class_addr` except for when the base class subobject is at the beginning of the derived class object. Looks like we only...

@smeenai, Re first message: > Everything so far can be handled pretty straightforwardly by using the AST node attached to a cir.struct, and given that it's mostly dealing with information...

@smeenai, Re second message: > * Have `cir.base_class_addr` record the full cast path instead of just the destination. I like this one better. Already helps to decouple a bit from...