Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The fix is somewhat counter intuitive or I do not understand it. Checking if we have uses before replacing *all uses* seems redundant. I guess the different type was the problem, question is if we need the RAUW at all and if so, if the type might be different in other situations.