[all-commits] [llvm/llvm-project] 9e261c: [SLP]Do not salvage debug info from instructions, ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Jul 12 08:09:19 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e261c5bee4c5618723c243986c4b39236713378
https://github.com/llvm/llvm-project/commit/9e261c5bee4c5618723c243986c4b39236713378
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/debug-info-salvage.ll
Log Message:
-----------
[SLP]Do not salvage debug info from instructions, marked for deletion already.
If the instruction was processed already for the deletion, no need to
process it second time, it may cause compiler crash.
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