[PATCH] D158843: [ConstraintElim] Move just before loop simplification pipeline.
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 13:50:11 PDT 2023
aeubanks added inline comments.
================
Comment at: llvm/lib/Passes/PassBuilderPipelines.cpp:581
+ if (EnableConstraintElimination)
+ FPM.addPass(ConstraintEliminationPass());
----------------
unrelated but can we remove the flag now?
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