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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 12:28:03 PDT 2019


fhahn added a comment.

FWIW, LoopVectorize kind of expects invariant code to be hoisted out of the loop body before vectorization. We recently addressed some issues caused by stuff not being hoisted (D59995 <https://reviews.llvm.org/D59995>) and have some ideas on how to improve things on the LoopVectorize side a bit.


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