[llvm] [DebugInfo][RemoveDIs] Instrument loop-rotate for DPValues (PR #72997)

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 14:50:31 PST 2023


================
@@ -1972,13 +1972,80 @@ bool llvm::LowerDbgDeclare(Function &F) {
   return Changed;
 }
 
+// RemoveDIs: re-implementation of insertDebugValuesForPHIs, but which pulls the
+// debug-info out of the blocks DPValues rather than dbg.value intrinsics.
----------------
OCHyams wrote:

nit: block's

https://github.com/llvm/llvm-project/pull/72997


More information about the llvm-commits mailing list