[PATCH] D30703: [DSE] Merge stores when the later store only writes to memory locations the early store also wrote to.
Jun Bum Lim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 10:26:33 PST 2017
junbuml added inline comments.
================
Comment at: test/Transforms/DeadStoreElimination/merge-stores.ll:6
+; CHECK-LABEL: @combine_overlapping_stores
+define void @combine_overlapping_stores(i32 *%ptr) {
+entry:
----------------
I think the current code should handle this.
https://reviews.llvm.org/D30703
More information about the llvm-commits
mailing list