[PATCH] D134686: [NFC][2/n] Remove PrunePH pass
Sebastian Peryt via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 17:37:55 PDT 2022
speryt added inline comments.
================
Comment at: llvm/test/Transforms/PruneEH/pr26263.ll:6
-; RUN: opt -prune-eh -enable-new-pm=0 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-OLD
-; RUN: opt -passes='function-attrs,function(simplifycfg)' -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-NEW
-
----------------
I have second thought whether all of PrunePH directory tests should be dropped if they have two `RUN` lines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134686/new/
https://reviews.llvm.org/D134686
More information about the llvm-commits
mailing list