[rs4gc] Optionally directly relocated vector of pointers
[oota-llvm.git] / test / Transforms / RewriteStatepointsForGC / live-vector.ll
index 584fd7add1b6a1b310b31eedf03773700670aeef..2ec09d6acae6f2c8d59e93d4b41ae3db0efeffe2 100644 (file)
@@ -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 -S | FileCheck  %s
+; RUN: opt %s -rewrite-statepoints-for-gc -rs4gc-split-vector-values -S | FileCheck  %s
 
 ; A non-vector relocation for comparison
 define i64 addrspace(1)* @test(i64 addrspace(1)* %obj) gc "statepoint-example" {