[PATCH] D142680: [ConstFolding] Modified algorithm of `ConstantFoldConstantImpl` to be iterative

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 13:00:14 PST 2023


nikic added a comment.

Can you share how the produced constant expression looks like? Ideally we would not create it in the first place, which we can now do by removing some constant expression operator. I'd be interested in knowing what to target here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142680



More information about the llvm-commits mailing list