[all-commits] [llvm/llvm-project] fda85a: [DebugInfo][LoopVectorizer][NFC] Use unknown annot...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Thu Dec 4 01:32:23 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fda85a14234d834edbda85361f0f4064f04703a2
https://github.com/llvm/llvm-project/commit/fda85a14234d834edbda85361f0f4064f04703a2
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[DebugInfo][LoopVectorizer][NFC] Use unknown annotations for more instructions (#170522)
Some recent patches have added more non-annotated empty locations to the
loop vectorizer, resulting in errors reported on the DebugLoc coverage
tracking buildbot:
https://lab.llvm.org/staging/#/builders/222/builds/1938
This patch adds "unknown" annotations in place of the empty locations,
allowing the buildbot to ignore them for now.
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