[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:09:22 PDT 2023


antoniofrighetto added a comment.

I can see how ConstraintElimination may benefit from dealing with regular compares, but wouldn't CE provide a more amenable IR for SimplifyCFG to work with? I just wonder whether we might risk to miss potential SimplifyCFG opportunities if we postpone this. Running InstCombine, AggressiveIC, and CE together early in the pipeline looks beneficial too for CFG simplification purposes, AFAICT.


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