[PATCH] D101494: [SimplifyCFG] Ignore ephemeral values when counting insts for threading

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 28 15:29:03 PDT 2021


tejohnson added inline comments.


================
Comment at: llvm/test/Transforms/SimplifyCFG/unprofitable-pr.ll:3
+; RUN: opt -simplifycfg -simplifycfg-require-and-preserve-domtree=1 -simplifycfg-max-small-block-size=6 -S < %s | FileCheck %s
+; RUN: opt -passes=simplify-cfg -simplifycfg-max-small-block-size=6 -S < %s | FileCheck %s
 
----------------
The change to the max small block size is needed because the below test cases all include an llvm.assume sequence, which is now ignored.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101494/new/

https://reviews.llvm.org/D101494



More information about the llvm-commits mailing list