-
Notifications
You must be signed in to change notification settings - Fork 15.4k
[NFC] Add missing analysis to DirectX/llc-pipeline
#170714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The Runtime Library Function Analysis pass was added in llvm#168622 but the backend test case was not updating accordingly.
|
@llvm/pr-subscribers-backend-directx Author: Finn Plummer (inbelic) ChangesThe Runtime Library Function Analysis pass was added in #168622 but the backend test case was not updating accordingly. Full diff: https://github.com/llvm/llvm-project/pull/170714.diff 1 Files Affected:
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
|
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/138/builds/22712 Here is the relevant piece of the build log for the reference |
The Runtime Library Function Analysis pass was added in llvm#168622 but the backend test case was not updating accordingly.
The Runtime Library Function Analysis pass was added in #168622 but the backend test case was not updating accordingly.