[llvm] 2cfdcfb - Fix for llvm/test/CodeGen/RISCV/O3-pipeline.ll (#108050)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 09:25:04 PDT 2024
Author: Kyungwoo Lee
Date: 2024-09-10T09:25:00-07:00
New Revision: 2cfdcfb490ab3003caf336affd53575c9155b89b
URL: https://github.com/llvm/llvm-project/commit/2cfdcfb490ab3003caf336affd53575c9155b89b
DIFF: https://github.com/llvm/llvm-project/commit/2cfdcfb490ab3003caf336affd53575c9155b89b.diff
LOG: Fix for llvm/test/CodeGen/RISCV/O3-pipeline.ll (#108050)
The previous `Fix for Attempt to fix [CGData][MachineOutliner] Global
Outlining (#90074) #108037 (#108047)` somehow dropped this file.
Added:
Modified:
llvm/test/CodeGen/RISCV/O3-pipeline.ll
Removed:
################################################################################
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