[llvm] ed6078c - [NFC] Add missing analysis to `DirectX/llc-pipeline` (#170714)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 10:56:27 PST 2025
Author: Finn Plummer
Date: 2025-12-04T18:56:23Z
New Revision: ed6078c02368e0f2cf4025f1f03f27f00b4d6b5c
URL: https://github.com/llvm/llvm-project/commit/ed6078c02368e0f2cf4025f1f03f27f00b4d6b5c
DIFF: https://github.com/llvm/llvm-project/commit/ed6078c02368e0f2cf4025f1f03f27f00b4d6b5c.diff
LOG: [NFC] Add missing analysis to `DirectX/llc-pipeline` (#170714)
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.
Added:
Modified:
llvm/test/CodeGen/DirectX/llc-pipeline.ll
Removed:
################################################################################
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
More information about the llvm-commits
mailing list