[PATCH] D145168: Move DBG_VALUE's that depend on loads to after a load if the load is moved due to the pre register allocation ld/st optimization pass

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 12:42:47 PDT 2023


aprantl added inline comments.


================
Comment at: llvm/test/DebugInfo/ARM/move-dbg-values.mir:68
+  !41 = !DILocalVariable(name: "ctl_in", scope: !2, type: !10)
+  !42 = !DILocalVariable(scope: !2, type: !30)
+  !43 = !DILocalVariable(scope: !2, type: !10)
----------------
How did we end up with these anonymous variables, and do we actually need any of them?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145168/new/

https://reviews.llvm.org/D145168



More information about the llvm-commits mailing list