[PATCH] D25601: DAGCombiner: fix use-after-free when merging consecutive stores

Nirav Dave via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 09:25:28 PDT 2016


niravd added a comment.

> The moving of StoreNodes to the local context seems like it could be a real fix to a nasty problem. We never seem to clear it and that may cause incorrect merges (though i have no example).

Ignore this.


https://reviews.llvm.org/D25601





More information about the llvm-commits mailing list