This is an archive of the discontinued LLVM Phabricator instance.

[MustExec][WIP] Add new pass to print the "must-be-executed-context"
AbandonedPublic

Authored by jdoerfert on Jul 19 2019, 12:26 AM.

Details

Summary
NOTE: TEST MISSING, unclear if this is the best way to test the MustBeExecutedContextExplorer anyway. This might get merged into D64975.

This adds a pass which prints, for each instruction I, the set of
instructions that are guaranteed to execute when I is executed.

Event Timeline

jdoerfert created this revision.Jul 19 2019, 12:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2019, 12:26 AM
lebedev.ri resigned from this revision.Jul 21 2019, 1:53 PM
jdoerfert abandoned this revision.Aug 14 2019, 10:05 AM

merged into D65186