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

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 22:56:17 PST 2016


echristo added inline comments.

================
Comment at: test/CodeGen/PowerPC/combine-to-pre-index-store-crash.ll:2
@@ +1,3 @@
+; RUN: llc < %s
+target datalayout = "e-m:e-i64:64-n32:64"
+target triple = "powerpc64le-grtev4-linux-gnu"
----------------
In general you should still check that the correct code is generated out of the other end if you can.


http://reviews.llvm.org/D16611





More information about the llvm-commits mailing list