[PATCH] D16611: Fix CombineToPreIndexedLoadStore O(n^2) behavior

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 23:17:08 PST 2016


timshen marked 2 inline comments as done.

================
Comment at: test/CodeGen/PowerPC/combine-to-pre-index-store-crash.ll:3
@@ +2,3 @@
+
+; CHECK-LABEL: TestFoo:
+; CHECK: std
----------------
I didn't put very specific logic check into the test, since that may cause brittle test.


http://reviews.llvm.org/D16611





More information about the llvm-commits mailing list