[all-commits] [llvm/llvm-project] 9b32f3: [DAG] visitEXTRACT_SUBVECTOR - don't return early ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Mar 31 06:33:07 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b32f3d0966723f443328d8b49c149bde6725899
https://github.com/llvm/llvm-project/commit/9b32f3d0966723f443328d8b49c149bde6725899
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/test/CodeGen/AMDGPU/load-local-redundant-copies.ll
M llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-5.ll
M llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-7.ll
M llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-5.ll
M llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-7.ll
Log Message:
-----------
[DAG] visitEXTRACT_SUBVECTOR - don't return early on failure of EXTRACT_SUBVECTOR(INSERT_SUBVECTOR()) -> BITCAST fold (#133695)
Always allow later folds to try to match as well.
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