[PATCH] D144711: [DAGCombiner] don't reuse the pointer info for merged store

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 26 19:44:48 PST 2023


shchenz updated this revision to Diff 500649.
shchenz added a comment.

still reuse the first store pointer info for cases where narrow stores all point to the same underlying object


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144711/new/

https://reviews.llvm.org/D144711

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AArch64/argument-blocks-array-of-struct.ll
  llvm/test/CodeGen/X86/merge-store-dependency.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144711.500649.patch
Type: text/x-patch
Size: 7228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230227/8ad02c42/attachment.bin>


More information about the llvm-commits mailing list