This is an archive of the discontinued LLVM Phabricator instance.

NewGVN: Clean up how we handle the INITIAL class so that everything in it is dead or unreachable, as it should be.
ClosedPublic

Authored by dberlin on Feb 10 2017, 12:26 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

dberlin created this revision.Feb 10 2017, 12:26 PM

Add test cases

Updating D29842: NewGVN: Clean up how we handle the INITIAL class so that everything in

it is dead or unreachable, as it should be.

This revision was automatically updated to reflect the committed changes.
davide edited edge metadata.Feb 12 2017, 12:33 PM

No brainer. LGTM. I also like the name "top class" better.

I'm under the impression that this will be *very* useful to catch outstanding bugs, if any.