<div dir="ltr">Hi!<div><br></div><div>I'm about to (or, by the time you're reading this already have) upload my initial implementation of a reaching definitions algorithm. I wondered what my immediate reaction to such a patch would be as a reviewer, and have taken another look for similar dataflow related code in Clang for reference.</div><div><br></div><div>I found UninitializedVariable and Liveness as pretty much the only two in the Analysis library. According to my admittedly limited research, both of these can be expressed with the use of GEN and KILL sets, yet they don't implement such a thing. Not only that, these algorithms in theory are pretty much the same, yet their combined LOC is close to 2k.</div><div><br></div><div>Is there a strong reason behind them not implementing GEN and KILL sets? Shouldn't we direct all the small little things they duplicate into such a set calculator?</div><div><br></div><div>Cheers,</div><div>Husi</div></div>