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

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 10:28:44 PDT 2020


yamauchi added a comment.

In D85784#2211641 <https://reviews.llvm.org/D85784#2211641>, @davidxl wrote:

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

Which check are you referring to to be removed? Can you express in terms of the code?


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