r320606 checked for MI.isMetaInstruction which skips all DBG_VALUEs.
This also skips IMPLICIT_DEFs and other instructions that may def / read a register.
Differential D42119
[CodeGen] Skip some instructions that shouldn't affect shrink-wrapping ClosedPublic Authored by thegameg on Jan 16 2018, 10:52 AM.
Details Summary r320606 checked for MI.isMetaInstruction which skips all DBG_VALUEs. This also skips IMPLICIT_DEFs and other instructions that may def / read a register.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 16 2018, 10:54 AM Closed by commit rL322584: [CodeGen] Skip some instructions that shouldn't affect shrink-wrapping (authored by thegameg). · Explain WhyJan 16 2018, 10:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 129994 lib/CodeGen/ShrinkWrap.cpp
|