[llvm] Fix for llvm/test/CodeGen/RISCV/O3-pipeline.ll (PR #108050)
Kyungwoo Lee via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 09:20:48 PDT 2024
https://github.com/kyulee-com created https://github.com/llvm/llvm-project/pull/108050
The previous `Fix for Attempt to fix [CGData][MachineOutliner] Global Outlining (#90074) #108037 (#108047)` somehow dropped this file.
>From 52a2ba520b9549f6636e2f9c837cabdf3dba9507 Mon Sep 17 00:00:00 2001
From: Kyungwoo Lee <kyulee at fb.com>
Date: Tue, 10 Sep 2024 09:19:46 -0700
Subject: [PATCH] Fix for llvm/test/CodeGen/RISCV/O3-pipeline.ll
The previous somehow dropped this file.
---
llvm/test/CodeGen/RISCV/O3-pipeline.ll | 1 -
1 file changed, 1 deletion(-)
diff --git a/llvm/test/CodeGen/RISCV/O3-pipeline.ll b/llvm/test/CodeGen/RISCV/O3-pipeline.ll
index dcbcab8ef78ff6..5d14d14d216244 100644
--- a/llvm/test/CodeGen/RISCV/O3-pipeline.ll
+++ b/llvm/test/CodeGen/RISCV/O3-pipeline.ll
@@ -20,7 +20,6 @@
; CHECK-NEXT: Machine Branch Probability Analysis
; CHECK-NEXT: Default Regalloc Eviction Advisor
; CHECK-NEXT: Default Regalloc Priority Advisor
-; CHECK-NEXT: Module summary info
; CHECK-NEXT: ModulePass Manager
; CHECK-NEXT: Pre-ISel Intrinsic Lowering
; CHECK-NEXT: FunctionPass Manager
More information about the llvm-commits
mailing list