[all-commits] [llvm/llvm-project] 55e7f1: [LV] Pass bool to requiresScalarEpilogue (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jun 30 14:08:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55e7f1f7864af550cdc74415b8e0ae95dd494391
https://github.com/llvm/llvm-project/commit/55e7f1f7864af550cdc74415b8e0ae95dd494391
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Pass bool to requiresScalarEpilogue (NFC).
requiresScalarEpilogue only checks if the selected VF is vectorizing
(and not scalar). Update it to just take a boolean, to make it clearer
what information is used and to allow callers without a VF (used in a
follow-up patch).
More information about the All-commits
mailing list