[PATCH] D65060: [LICM] Make Loop ICM profile aware

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 11:48:06 PDT 2019


davidxl added a comment.

This was tried before. IIRC, the conclusion was to implement look sinking pass to undo non-profitable LICM. The loop sinking pass was in D22778 <https://reviews.llvm.org/D22778>.    Can the loop sinking pass be enhanced to handle the case here ( I have not looked in details) ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65060





More information about the llvm-commits mailing list