InsertPos is within the bacic block Header, so findDebugLoc() should be called on not MBB but Header instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D45648
[WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() call ClosedPublic Authored by aheejin on Apr 13 2018, 4:53 PM.
Details Summary InsertPos is within the bacic block Header, so findDebugLoc() should be called on not MBB but Header instead.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, JDevlieghere, sunfish and 5 others. · View Herald TranscriptApr 13 2018, 4:53 PM aheejin retitled this revision from [WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() call to [WebAssembly] Fix bugs in MachineBasicBlock::findDebugLoc() call. aheejin retitled this revision from [WebAssembly] Fix bugs in MachineBasicBlock::findDebugLoc() call to [WebAssembly] Fix bugs in MachineBasicBlock::findDebugLoc() calls.Apr 13 2018, 4:57 PM aheejin retitled this revision from [WebAssembly] Fix bugs in MachineBasicBlock::findDebugLoc() calls to [WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() call.Apr 13 2018, 5:10 PM This revision is now accepted and ready to land.Apr 13 2018, 5:14 PM Closed by commit rL330079: [WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() call (authored by aheejin). · Explain WhyApr 13 2018, 5:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 142498 llvm/trunk/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
|