[llvm] 1166602 - [test] Pin parallel_deletion_cg_update.ll to legacy PM
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 10:23:49 PST 2020
Author: Arthur Eubanks
Date: 2020-11-24T10:23:37-08:00
New Revision: 116660257f789150e6c2f896ccc8cd605e153cd9
URL: https://github.com/llvm/llvm-project/commit/116660257f789150e6c2f896ccc8cd605e153cd9
DIFF: https://github.com/llvm/llvm-project/commit/116660257f789150e6c2f896ccc8cd605e153cd9.diff
LOG: [test] Pin parallel_deletion_cg_update.ll to legacy PM
This tests legacy PM-specific code.
Added:
Modified:
llvm/test/Transforms/OpenMP/parallel_deletion_cg_update.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/OpenMP/parallel_deletion_cg_update.ll b/llvm/test/Transforms/OpenMP/parallel_deletion_cg_update.ll
index 168d5bf46b3c..848af21e18db 100644
--- a/llvm/test/Transforms/OpenMP/parallel_deletion_cg_update.ll
+++ b/llvm/test/Transforms/OpenMP/parallel_deletion_cg_update.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -attributor-cgscc -print-callgraph -disable-output -verify 2>&1 | FileCheck %s
+; RUN: opt < %s -instcombine -attributor-cgscc -print-callgraph -disable-output -verify 2>&1 -enable-new-pm=0 | FileCheck %s
; CHECK: Call graph node <<null function>><<{{.*}}>> #uses=0
; CHECK: CS<None> calls function 'dead_fork_call'
More information about the llvm-commits
mailing list