Shoaib Meenai

Results 15 comments of Shoaib Meenai

The first step I'm working on here (as suggested by Bruno) is lowering the existing case where `cir.base_class_addr` is emitted, i.e. when it's a zero-offset type cast. We could just...

Yeah, the design point of splitting responsibilities between CIRGen and Lowering hadn't occurred to me :) A few thoughts: * I'm a little torn on putting the byte offset in...

> I strive to find the right balance between theoretical purity and practical usefulness. Definitely – like I said, I'm still learning myself what the right point is, and I'm...

I think we can close this out given that we have a working `cir.base_class_addr` now. We can open up other issues for virtual bases and member pointer casts when we...

I'm closing this out in favor of #480, since that was more recently updated.