[PATCH] D134006: Add an optional cache to computeKnownBits.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 16:14:10 PDT 2022


jlebar added a comment.

> MDA has a known problem with overly large recursion cutoffs. I'd be interested to know whether passing -memdep-block-number-limit=100 would improve compile-time for your case.

Turns out that tweaking the memdep limits did help in my case.

So I guess I'm happy dropping this patch.  Though I *do* feel like there's still something here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134006



More information about the llvm-commits mailing list