[PATCH] D158843: [ConstraintElim] Move just before loop simplification pipeline.
Antonio Frighetto via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 06:24:13 PDT 2023
antoniofrighetto added a comment.
To be clear: if the same previous opportunities would continue being caught by having SimplifyCFG run before, I see the rationale. Not sure if there's, e.g., some threshold on the number of cases to regular compares simplification for which that would not happen otherwise. Maybe would be nice to have some case that proves the benefit of this.
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