[polly] r278680 - [test] Force invariant load hoisting one last time

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 09:43:33 PDT 2016


Author: grosser
Date: Mon Aug 15 11:43:33 2016
New Revision: 278680

URL: http://llvm.org/viewvc/llvm-project?rev=278680&view=rev
Log:
[test] Force invariant load hoisting one last time

Without invariant load hoisting an (unrelated) bug is exposed in this test
case: http://llvm.org/PR28984

Modified:
    polly/trunk/test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll

Modified: polly/trunk/test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll?rev=278680&r1=278679&r2=278680&view=diff
==============================================================================
--- polly/trunk/test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll (original)
+++ polly/trunk/test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll Mon Aug 15 11:43:33 2016
@@ -1,4 +1,5 @@
-; RUN: opt %loadPolly -S -polly-codegen < %s | FileCheck %s
+; RUN: opt %loadPolly -S -polly-codegen \
+; RUN: -polly-invariant-load-hoisting < %s | FileCheck %s
 ;
 ; Check that we generate valid code even if the load of cont_STACKPOINTER is
 ; hoisted in one SCoP and used (through the phi node %tmp2).




More information about the llvm-commits mailing list