[all-commits] [llvm/llvm-project] b4efc0: [LV] Break up condition in selectEpilogueVectoriza...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Jul 3 14:40:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4efc0f070baefa6a308f0cf4d23cd71ad608deb
https://github.com/llvm/llvm-project/commit/b4efc0f070baefa6a308f0cf4d23cd71ad608deb
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-07-03 (Mon, 03 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Break up condition in selectEpilogueVectorizationFactor loop (NFCI)
Restructure the loop as suggested in D154264 to increase readability and
make it easier to extend.
More information about the All-commits
mailing list