[llvm] [NFC] Add missing analysis to `DirectX/llc-pipeline` (PR #170714)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 10:26:22 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-directx
Author: Finn Plummer (inbelic)
<details>
<summary>Changes</summary>
The Runtime Library Function Analysis pass was added in https://github.com/llvm/llvm-project/pull/168622 but the backend test case was not updating accordingly.
---
Full diff: https://github.com/llvm/llvm-project/pull/170714.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/DirectX/llc-pipeline.ll (+1)
``````````diff
diff --git a/llvm/test/CodeGen/DirectX/llc-pipeline.ll b/llvm/test/CodeGen/DirectX/llc-pipeline.ll
index 4452ffd2d868e..3933ef8a5a62b 100644
--- a/llvm/test/CodeGen/DirectX/llc-pipeline.ll
+++ b/llvm/test/CodeGen/DirectX/llc-pipeline.ll
@@ -5,6 +5,7 @@
; CHECK-LABEL: Pass Arguments:
; CHECK-NEXT: Target Library Information
+; CHECK-NEXT: Runtime Library Function Analysis
; CHECK-NEXT: DXIL Resource Type Analysis
; CHECK-NEXT: Target Transform Information
; CHECK-NEXT: Assumption Cache Tracker
``````````
</details>
https://github.com/llvm/llvm-project/pull/170714
More information about the llvm-commits
mailing list