[PATCH] D77734: [AssumeBundles] Adapt RecursivelyDeleteTriviallyDeadInstructions and depending passes.
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 8 21:08:40 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/test/Transforms/Attributor/ArgumentPromotion/byval-2.ll:3
+; RUN: opt -S -passes=attributor -aa-pipeline='basic-aa' -attributor-disable=false -attributor-max-iterations-verify -attributor-max-iterations=3 < %s | FileCheck %s --check-prefixes=CHECK,NO_ASSUME
+; RUN: opt -S -passes=attributor --enable-knowledge-retention -aa-pipeline='basic-aa' -attributor-disable=false -attributor-max-iterations-verify -attributor-max-iterations=3 < %s | FileCheck %s --check-prefixes=CHECK,USE_ASSUME
----------------
When you rebase you'll get a conflict. I recommend using the new file and adding `--enable-knowledge-retention ` to some or all of the 4 run configurations. check lines are generated :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77734/new/
https://reviews.llvm.org/D77734
More information about the llvm-commits
mailing list