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

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 06:23:28 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:
> 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.


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