[PATCH] D56719: [DAGCombine] Enable more pre-indexed stores
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 17 14:16:35 PST 2019
efriedma added a comment.
> I just did a very brief experiment, and just checking if (Val == BasePtr || Val == Ptr || Ptr->isPredecessorOf(Val.getNode())) seems to do the right thing without any additional checks.
Err, nevermind, that doesn't do anything; please ignore.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56719/new/
https://reviews.llvm.org/D56719
More information about the llvm-commits
mailing list