[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
Wed Jun 28 14:45:20 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG742fb8b5c703: [DAGCombine] Fold (store (insert_elt (load p)) x p) -> (store x) (authored by luke).
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/fp16-promote.ll
llvm/test/CodeGen/ARM/vector-DAGCombine.ll
llvm/test/CodeGen/Hexagon/autohvx/hfinsert.ll
llvm/test/CodeGen/Mips/msa/basic_operations.ll
llvm/test/CodeGen/Mips/msa/basic_operations_float.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.535540.patch
Type: text/x-patch
Size: 33778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230628/ec823987/attachment-0001.bin>
More information about the llvm-commits
mailing list