[llvm] [DebugInfo][LoopLoadElim] Fix missing debug location updates (PR #91839)

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 01:47:39 PDT 2024


================
@@ -0,0 +1,85 @@
+; RUN: opt -passes=loop-load-elim -S < %s | FileCheck %s
+
+; LoopLoadElimination's propagateStoredValueToLoadUsers() replaces the
+; `load` (`%a`) with an hoisted initial `load` and a `phi` that forwards
----------------
OCHyams wrote:

```suggestion
; `load` (`%a`) with a hoisted initial `load` and a `phi` that forwards
```

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


More information about the llvm-commits mailing list