[PATCH] D144711: [DAGCombiner] don't reuse the pointer info for merged store
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 02:40:03 PST 2023
nikic added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:18995
+ Objs);
+ if (Objs.size() != 1)
+ return false;
----------------
This should use getUnderlyingObject() unless there's strong reason to be aggressive here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144711/new/
https://reviews.llvm.org/D144711
More information about the llvm-commits
mailing list