[PATCH] D152276: [DAGCombine] Fold (store (insert_elt (load p)) x p) -> (store x)
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 09:16:04 PDT 2023
luke updated this revision to Diff 535014.
luke added a comment.
Herald added a subscriber: wangpc.
Limit to cases where the store is the only user of the insert_subvector
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152276/new/
https://reviews.llvm.org/D152276
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/AArch64/vector-insert-shuffle-cycle.ll
llvm/test/CodeGen/ARM/vector-DAGCombine.ll
llvm/test/CodeGen/Mips/msa/basic_operations.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert.ll
llvm/test/CodeGen/X86/pr47874.ll
llvm/test/CodeGen/X86/pr59980.ll
llvm/test/CodeGen/X86/vec_insert-mmx.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152276.535014.patch
Type: text/x-patch
Size: 31236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230627/5ee10706/attachment.bin>
More information about the llvm-commits
mailing list