[PATCH] D83561: [ScheduleDAG] Move DBG_VALUEs after first term forward.
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 11:08:03 PDT 2020
paquette added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp:1037-1039
+ // In some cases, DBG_VALUEs might be inserted after the first terminator,
+ // which results in an invalid MBB. If that happens, move the DBG_VALUEs
+ // before the first terminator.
----------------
Does this ever happen with anything other than tail calls?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83561/new/
https://reviews.llvm.org/D83561
More information about the llvm-commits
mailing list