Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
We cannot generally infer the return type as there are use cases relying on the old behaviour.
In particular, cases which expect an empty yield op to be generated just to replace it afterwards.
Comment Actions
Could you perhaps expand on that exception or point to where this is assumed? Are these where during a pass an invalid state is created or is this across passes?
Comment Actions
SG, could you add a TODO here documenting this so that we know when we look at it again?