[PATCH] D83561: [ScheduleDAG] Move DBG_VALUEs after first term forward.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 15:40:50 PDT 2020


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/CodeGen/MachineInstr.h:283
 
+  // Move the instruction before \p MovePos.
+  void moveBefore(MachineInstr *MovePos);
----------------
`///`


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