[PATCH] D152276: [DAGCombine] Fold (store (insert_elt (load p)) x p) -> (store x)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 03:13:41 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/fold-load-vec.ll:17
+; CHECK-NEXT: unpcklps {{.*#+}} xmm0 = xmm0[0],xmm1[0],xmm0[1],xmm1[1]
+; CHECK-NEXT: movss %xmm1, {{[0-9]+}}(%rsp)
; CHECK-NEXT: movlps %xmm0, (%rsi)
----------------
Limit to cases where the insertion is the only user of the load?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152276/new/
https://reviews.llvm.org/D152276
More information about the llvm-commits
mailing list