[all-commits] [llvm/llvm-project] adf0ab: [SandboxVec][BottomUpVec] Add -sbvec-stop-at flag ...
vporpo via All-commits
all-commits at lists.llvm.org
Thu Feb 27 13:34:15 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: adf0abf35448583f955e78af00d5eb473ad494a5
https://github.com/llvm/llvm-project/commit/adf0abf35448583f955e78af00d5eb473ad494a5
Author: vporpo <vporpodas at google.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
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_at.ll
Log Message:
-----------
[SandboxVec][BottomUpVec] Add -sbvec-stop-at flag for debugging (#129097)
When debugging miscompiles we need a way to force-stop the vectorizer
early. This helps figure out which invocation is generating incorrect
code.
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