[llvm] [SystemZ, DebugInfo] Support InstrRef-based Debug Value Tracking in the SystemZ backend (PR #132415)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 21 09:11:13 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r eb77061a428c28e9297c7a35cdbe568811025b2b...0865723fd526bfa3bc1ab00df6bd6f67d3650fd5 llvm/test/CodeGen/SystemZ/Large/debug-instrref-brct.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- debug-instrref-brct.py	2025-03-20 16:10:54.000000 +0000
+++ debug-instrref-brct.py	2025-03-21 16:10:40.223642 +0000
@@ -28,6 +28,5 @@
     print("     $r2d = LGR $r1d")
 print("     Return implicit $r2d")
 print("   bb.2:")
 print("     liveins: $r4l")
 print("     Return implicit $r4l")
-    

``````````

</details>


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


More information about the llvm-commits mailing list