[PATCH] D134686: [NFC][2/n] Remove PrunePH pass
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 17:40:57 PDT 2022
aeubanks accepted this revision.
aeubanks added inline comments.
This revision is now accepted and ready to land.
================
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
-
----------------
speryt wrote:
> I have second thought whether all of PrunePH directory tests should be dropped if they have two `RUN` lines.
the functionality in simplifycfg/function-attrs that replace pruneeh should theoretically have their own tests
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