[llvm] [NFC] Add missing analysis to `DirectX/llc-pipeline` (PR #170714)

Finn Plummer via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 4 10:25:51 PST 2025


https://github.com/inbelic created https://github.com/llvm/llvm-project/pull/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.

>From 43047a85d0ff6128df82945295b7bb17048e2f04 Mon Sep 17 00:00:00 2001
From: Finn Plummer <mail at inbelic.dev>
Date: Thu, 4 Dec 2025 10:19:24 -0800
Subject: [PATCH] [NFC] Add missing analysis to `DirectX/llc-pipeline`

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.
---
 llvm/test/CodeGen/DirectX/llc-pipeline.ll | 1 +
 1 file changed, 1 insertion(+)

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