This patch updates some code responsible the skip debug info to use
BasicBlock::instructionsWithoutDebug. I think this makes things slightly
simpler and more direct.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D46252
[SimplifyCFG] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC). ClosedPublic Authored by fhahn on Apr 30 2018, 2:08 AM.
Details Summary This patch updates some code responsible the skip debug info to use
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 30 2018, 6:29 AM Closed by commit rL331221: [SimplifyCFG] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC). (authored by fhahn). · Explain WhyApr 30 2018, 1:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 144622 llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
|