This is an archive of the discontinued LLVM Phabricator instance.

Skip DBG instr in OptimizePHIs when looking for dead PHI cycles
ClosedPublic

Authored by uabelho on Dec 6 2017, 12:16 AM.

Details

Summary

Changed use_instructions() to use_nodbg_instructions() when
building an instruction set.

We don't want the presence of debug info to affect the code
we generate.

Diff Detail

Event Timeline

uabelho created this revision.Dec 6 2017, 12:16 AM

I don't know who should review this so I simply added the last three persons that did something in OptimizePHIs.

aprantl accepted this revision.Dec 6 2017, 9:20 AM
This revision is now accepted and ready to land.Dec 6 2017, 9:20 AM
This revision was automatically updated to reflect the committed changes.