[PATCH] D108244: [LICM] Remove AST-based implementation

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 18 11:52:13 PDT 2021


nikic added a comment.

I think further cleanup here will have to wait for the removal of the legacy PM pipeline :( LoopSink doesn't use MSSA in the legacy PM right now, because it's not possible to only compute it if profile data is available.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108244



More information about the llvm-commits mailing list