[PATCH] D75362: [InstCombine] Process blocks in RPO

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 09:28:36 PST 2020


xbolva00 added a comment.

Thanks, useful!

Did you observe any (positive) compile time changes?



================
Comment at: test/Transforms/InstCombine/store.ll:2
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -instcombine -S | FileCheck %s
+; RUN: opt < %s -instcombine -instcombine-infinite-loop-threshold=2 -S | FileCheck %s
 
----------------
since -infinite-loop-threshold now serves as a max treshold value, should we rename it?

-instcombine-iterations-threshold?




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75362





More information about the llvm-commits mailing list