[PATCH] D158843: [ConstraintElim] Move just before loop simplification pipeline.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 14:07:05 PDT 2023


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/lib/Passes/PassBuilderPipelines.cpp:581
 
+  if (EnableConstraintElimination)
+    FPM.addPass(ConstraintEliminationPass());
----------------
aeubanks wrote:
> unrelated but can we remove the flag now?
Yep definitely. Would do as a follow up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158843



More information about the llvm-commits mailing list