[PATCH] D41864: DBG_VALUE insertion for spills breaks bundles

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 09:40:22 PST 2018


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


================
Comment at: lib/CodeGen/LiveDebugValues.cpp:687
+          //        MI2 [BundledSucc=false, BundledPred=true] 
+          if (InsertPoint->isBundledWithSucc()){
+            DebugInst->setFlag(MachineInstr::BundledSucc);
----------------
clang-format please


https://reviews.llvm.org/D41864





More information about the llvm-commits mailing list