[PATCH] D25601: DAGCombiner: fix use-after-free when merging consecutive stores
Nirav Dave via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 08:53:05 PDT 2016
niravd added a comment.
Looking at this further, it seems like this is just stopping earlier than otherwise and potentially masking an issue. Nicolai, if you have a testcase you can share I'd be very interested at looking at it as I think it may be related to a bug I've run into separately.
https://reviews.llvm.org/D25601
More information about the llvm-commits
mailing list