[PATCH] D152082: [ValueTracking] getUnderlyingObject() look through phi.

Joshua Cao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 4 14:33:05 PDT 2023


caojoshua added a comment.

I tried reducing the compile time in https://github.com/caojoshua/llvm-project/tree/underlyingperf. From local results, I'm able to eliminate regressions in the NFC by moving away from std::function. Regressions are still very significant for the functionality changing patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152082



More information about the llvm-commits mailing list