[PATCH] D18909: Cleanup Store Merging in UseAA case

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 08:14:21 PDT 2016


mcrosier added a subscriber: mcrosier.

================
Comment at: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:11232
@@ +11231,3 @@
+  if (UseAA) {
+    // Replace all merged stores with the new store
+    for (unsigned i = 0; i < NumStores; ++i)
----------------
Please add a period.


http://reviews.llvm.org/D18909





More information about the llvm-commits mailing list