[PATCH] D144199: [InstCombine] create and use a pass options container

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 06:14:04 PDT 2023


nikic added a comment.

In D144199#4455852 <https://reviews.llvm.org/D144199#4455852>, @fhahn wrote:

> AFAICT the option is always disabled in the default pipeline. Are there any plans to enable it at some point?

No, the option and LoopInfo use in InstCombine will be removed. The relevant code has been moved to LICM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144199



More information about the llvm-commits mailing list