diff options
20 files changed, 20 insertions, 20 deletions
diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-1.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-1.ll index 6af2a3012b5..7260224e527 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-1.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-1.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s ; CHECK: derived %merged_value base %merged_value.base diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-10.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-10.ll index 8c486d6b389..3ef84104730 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-10.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-10.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s declare i1 @runtime_value() "gc-leaf-function" diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-11.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-11.ll index ae793b2cb63..5834668f668 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-11.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-11.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s ; CHECK: derived %next base %base_obj diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-2.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-2.ll index 2b9485388f8..ede19a6829d 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-2.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-2.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s ; CHECK: derived %merged_value base %base_obj diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-3.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-3.ll index 71bb309d130..b361281caf8 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-3.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-3.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s ; CHECK: derived %next.i64 base %base_obj diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-4.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-4.ll index 3fcbf26a6fc..1d04a55693b 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-4.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-4.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s ; CHECK: derived %obj_to_consume base %obj_to_consume diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-5.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-5.ll index 4d43d7f7307..069021175ef 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-5.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-5.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s ; CHECK: derived %merged_value base %merged_value.base diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-6.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-6.ll index 2d555d179c2..d8b7f0274a0 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-6.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-6.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s ; CHECK: derived %merged_value base %merged_value.base diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-7.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-7.ll index e90ef63184e..f92863b4aff 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-7.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-7.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s ; CHECK: derived %merged_value base %merged_value.base diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-8.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-8.ll index 628696ba2c2..b7f2c72062a 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-8.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-8.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s ; CHECK: derived %next_element_ptr base %array_obj diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-9.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-9.ll index a82af3b9689..ec301eb2f36 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-9.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-9.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-print-base-pointers -S 2>&1 | FileCheck %s ; CHECK: derived %next base %base_obj diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers.ll index a378d1502ad..7ca854dabfc 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -S 2>&1 | FileCheck %s ; The rewriting needs to make %obj loop variant by inserting a phi ; of the original value and it's relocation. diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-vector.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-vector.ll index 96b7390b77b..b4a49e90302 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-vector.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-vector.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -S | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -S | FileCheck %s define i64 addrspace(1)* @test(<2 x i64 addrspace(1)*> %vec, i32 %idx) gc "statepoint-example" { diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/basics.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/basics.ll index 48c45eaa1b0..d4396ab09bf 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/basics.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/basics.ll @@ -1,5 +1,5 @@ ; This is a collection of really basic tests for gc.statepoint rewriting. -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-rematerialization-threshold=0 -S | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-rematerialization-threshold=0 -S | FileCheck %s ; Trivial relocation over a single call diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/constants.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/constants.ll index eede1b09d16..1f5bbb105e4 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/constants.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/constants.ll @@ -1,4 +1,4 @@ -; RUN: opt -S -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles %s | FileCheck %s +; RUN: opt -S -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles < %s | FileCheck %s ; constants don't get relocated. @G = addrspace(1) global i8 5 diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/gc-relocate-creation.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/gc-relocate-creation.ll index 0d53af704df..e2da2fad6e4 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/gc-relocate-creation.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/gc-relocate-creation.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -S 2>&1 | FileCheck %s ; This test is to verify gc.relocate can handle pointer to vector of ; pointers (<2 x i32 addrspace(1)*> addrspace(1)* in this case). diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector-nosplit.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector-nosplit.ll index ee578eb3d30..96cc22136ad 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector-nosplit.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector-nosplit.ll @@ -1,6 +1,6 @@ ; Test that we can correctly handle vectors of pointers in statepoint ; rewriting. -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -rs4gc-split-vector-values=0 -S | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -rs4gc-split-vector-values=0 -S | FileCheck %s ; A non-vector relocation for comparison define i64 addrspace(1)* @test(i64 addrspace(1)* %obj) gc "statepoint-example" { diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector.ll index 284a993bae2..5a32f5d16eb 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector.ll @@ -1,6 +1,6 @@ ; Test that we can correctly handle vectors of pointers in statepoint ; rewriting. Currently, we scalarize, but that's an implementation detail. -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -rs4gc-split-vector-values -S | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -rs4gc-split-vector-values -S | FileCheck %s ; A non-vector relocation for comparison diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/relocation.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/relocation.ll index 584dc32b752..549adaaf55d 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/relocation.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/relocation.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-rematerialization-threshold=0 -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -spp-rematerialization-threshold=0 -S 2>&1 | FileCheck %s declare void @foo() diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/rematerialize-derived-pointers.ll b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/rematerialize-derived-pointers.ll index 0020c5116c1..0706bb98bed 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/rematerialize-derived-pointers.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/rematerialize-derived-pointers.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -S 2>&1 | FileCheck %s +; RUN: opt < %s -rewrite-statepoints-for-gc -rs4gc-use-deopt-bundles -S 2>&1 | FileCheck %s declare void @use_obj16(i16 addrspace(1)*) "gc-leaf-function" |