[PATCH] D141778: [DAGCombiner][X86] `mergeConsecutiveStores()`: support merging splat-stores of the same value
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 14 17:54:48 PST 2023
lebedev.ri updated this revision to Diff 489321.
lebedev.ri added a comment.
Drop unused function declaration, NFC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141778/new/
https://reviews.llvm.org/D141778
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.h
llvm/test/CodeGen/X86/MergeConsecutiveStores.ll
llvm/test/CodeGen/X86/elementwise-store-of-scalar-splat.ll
llvm/test/CodeGen/X86/legalize-shl-vec.ll
llvm/test/CodeGen/X86/wide-scalar-shift-by-byte-multiple-legalization.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141778.489321.patch
Type: text/x-patch
Size: 113843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230115/3d4eb19f/attachment-0001.bin>
More information about the llvm-commits
mailing list