[PATCH] D119681: [LV] Rename CountRoundDown to VectorTripCount (NFC)
Ricky Zhou via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 13 15:12:39 PST 2022
rickyz created this revision.
rickyz added a reviewer: fhahn.
Herald added a subscriber: hiraditya.
rickyz requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The name CountRoundDown is potentially misleading, as the number of
iterations can be rounded up when folding the tail.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119681
Files:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119681.408296.patch
Type: text/x-patch
Size: 5339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220213/88d092aa/attachment.bin>
More information about the llvm-commits
mailing list