[PATCH] D85784: [PGO][PGSO][LV] Fix loop not vectorized issue under profile guided size opts.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 14:40:54 PDT 2020


davidxl added a comment.

If shouldOptimizeForSize is not available for loop analysis, should the check of be removed unconditionally instead of gated upon whether there is a hint?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85784



More information about the llvm-commits mailing list