[llvm] Refine the examples in the debug info document (PR #86272)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 07:19:46 PDT 2024
================
@@ -91,8 +91,11 @@ misattributed to a block containing one of the instructions-to-be-merged.
Examples of transformations that should follow this rule include:
-* Merging identical loads/stores which occur on both sides of a CFG diamond
- (see the ``MergedLoadStoreMotion`` pass).
+* Hoisting identical instructions from successors of a conditional branch. For
----------------
SLTozer wrote:
Maybe Hoisting/sinking? Particularly relevant since the example, MergedLoadStoreMotion, will hoist loads and sink stores.
https://github.com/llvm/llvm-project/pull/86272
More information about the llvm-commits
mailing list