[all-commits] [llvm/llvm-project] e2556d: [SelectionDAG] Deal with POISON for INSERT_VECTOR_...
Björn Pettersson via All-commits
all-commits at lists.llvm.org
Thu Jun 19 15:08:09 PDT 2025
Branch: refs/heads/users/bjope/insertundef_3
Home: https://github.com/llvm/llvm-project
Commit: e2556d39b810a074048e143ec083e553cdf4135d
https://github.com/llvm/llvm-project/commit/e2556d39b810a074048e143ec083e553cdf4135d
Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/Thumb2/mve-vld3.ll
M llvm/test/CodeGen/X86/merge-consecutive-loads-128.ll
M llvm/test/CodeGen/X86/mmx-build-vector.ll
M llvm/test/CodeGen/X86/pr62286.ll
M llvm/test/CodeGen/X86/vector-shuffle-combining.ll
M llvm/test/CodeGen/X86/vector-trunc.ll
M llvm/test/CodeGen/X86/zero_extend_vector_inreg_of_broadcast.ll
Log Message:
-----------
[SelectionDAG] Deal with POISON for INSERT_VECTOR_ELT/INSERT_SUBVECTOR (part 2)
Add support in isGuaranteedNotToBeUndefOrPoison to avoid regressions
seen after a previous commit fixing #141034.
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