[PATCH] D45341: [DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 16 07:47:03 PDT 2018
HsiangKai added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp:931
+ // Insert to start of the BB (after PHIs).
+ BB->insert(BBBegin, DbgMI);
+ else {
----------------
aprantl wrote:
> Do you have test coverage for both paths?
I will try to create test cases for both paths.
Repository:
rL LLVM
https://reviews.llvm.org/D45341
More information about the llvm-commits
mailing list