[llvm] Refine the examples in the debug info document (PR #86272)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 07:55:49 PDT 2024


================
@@ -115,11 +119,6 @@ Examples of transformations for which this rule *does not* apply include:
   single-stepping experience. The rule for
   :ref:`dropping locations<WhenToDropLocation>` should apply here.
 
-* Hoisting identical instructions which appear in several successor blocks into
----------------
dwblaikie wrote:

Is there wording we are preserving that covers the case of hoisting/sinking when some but not all successors/predecessors have the instruction? If not, we should probably keep this bullet point and clarify/correct it to refer to this case (of some but not all predecessors/successors)

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


More information about the llvm-commits mailing list