[PATCH] D42653: [RS4GC] Handle call/invoke instructions as base defining values of vectors

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 04:35:58 PST 2018


anna accepted this revision.
anna added a comment.
This revision is now accepted and ready to land.

lgtm w/ comment addressed.



================
Comment at: test/Transforms/RewriteStatepointsForGC/base-vector.ll:267
+
+define void @test12(<4 x i64 addrspace(1)*> %vec1) gc "statepoint-example" {
+; CHECK-LABEL: @test12(
----------------
please add a testcase for invoke as well. We should exercise that code path (there's a testcase in invokes.ll for the scalar version). 


Repository:
  rL LLVM

https://reviews.llvm.org/D42653





More information about the llvm-commits mailing list