[PATCH] D154579: [InstCombine] Only perform one iteration

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 12:47:36 PDT 2023


bjope added inline comments.


================
Comment at: llvm/lib/Passes/PassRegistry.def:511
                           "no-use-loop-info;use-loop-info;"
                           "max-iterations=N"
                           )
----------------
bjope wrote:
> bjope wrote:
> > We should add "no-verify-fixpoint;verify-fixpoint;" here, right?
> Also noticed that `instcombine<verify-fixpoint>` will be tricky to use in fuzzy testing with random pipelines. So I think we will avoid that.
I solved this in https://reviews.llvm.org/rG5fbee1c6e300eee9ce9d18275bf8a6de0a22ba59


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154579



More information about the llvm-commits mailing list