[PATCH] D114528: [LV] Make sure VF doesn't exceed compile time known TC
Evgeniy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 25 21:36:03 PST 2021
ebrevnov marked 4 inline comments as done.
ebrevnov added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/X86/known_TC.ll:7
; TODO: Make sure selected VF for the main loop doesn't exceed TC.
; TODO: Make sure selected VF for the epilog loop doesn't exceed remaining TC.
----------------
dmgreen wrote:
> This can be removed now?
Yep, missed that...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114528/new/
https://reviews.llvm.org/D114528
More information about the llvm-commits
mailing list