[all-commits] [llvm/llvm-project] c75292: [SandboxVec][BottomUpVec] Add -sbvec-stop-bndl fla...
vporpo via All-commits
all-commits at lists.llvm.org
Fri Feb 28 11:20:02 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7529248cd439f001f60f4567a028fda0c72cc2c
https://github.com/llvm/llvm-project/commit/c7529248cd439f001f60f4567a028fda0c72cc2c
Author: vporpo <vporpodas at google.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h
M llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h
M llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.cpp
A llvm/test/Transforms/SandboxVectorizer/stop_bndl.ll
Log Message:
-----------
[SandboxVec][BottomUpVec] Add -sbvec-stop-bndl flag for debugging (#129132)
This patch adds a helper flag for bisection debugging. This flag
force-stops vectorization after this many bundles have been considered
for vectorization.
Using -sbvec-stop-bndl=0 will not vectorize the code at all.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list