[PATCH] D75981: [LV] Allow large RT checks, if they are a fraction of the scalar cost (WIP)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 03:42:31 PST 2021


xbolva00 added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/runtime-check-size-based-threshold.ll:9
 
-; The trip count in the loop in this function is too to warrant large runtime checks.
+; The trip count in the loop in this function is too to warrant large runtime
+; checks with the default threshold. It should be vectorized with a larger
----------------
is too small?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75981



More information about the llvm-commits mailing list