[PATCH] D75408: [ConstantFolding] Make sure GEPs are fully folded

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 12:56:41 PST 2020


efriedma added a comment.

Making constant folding recurse after it transforms something probably makes sense.

Practically, I'm not sure how much it matters, though.  "constprop" is not part of the normal pass pipeline; instcombine will iterate until it reaches a steady state.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75408





More information about the llvm-commits mailing list