[all-commits] [llvm/llvm-project] 015aed: [SelectionDAG] WidenVecOp_INSERT_SUBVECTOR - Repla...
abhishek-kaushik22 via All-commits
all-commits at lists.llvm.org
Tue Jan 28 05:25:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 015aed18ee357ee6db4e72cba2e65aeaafa333c9
https://github.com/llvm/llvm-project/commit/015aed18ee357ee6db4e72cba2e65aeaafa333c9
Author: abhishek-kaushik22 <abhishek.kaushik at intel.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
A llvm/test/CodeGen/X86/pr124255.ll
Log Message:
-----------
[SelectionDAG] WidenVecOp_INSERT_SUBVECTOR - Replace `INSERT_SUBVECTOR` with series of `INSERT_VECTOR_ELT` (#124420)
If the operands to `INSERT_SUBVECTOR` can't be widened legally, just
replace the `INSERT_SUBVECTOR` with a series of `INSERT_VECTOR_ELT`.
Closes #124255 (and possibly #102016)
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