[PATCH] D20293: [RewriteStatepointsForGC] Remove obsolete assertion

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 13:06:02 PDT 2016


sanjoy added a comment.

Drop by comments.


================
Comment at: test/Transforms/RewriteStatepointsForGC/constants.ll:107
@@ +106,3 @@
+  call void @foo() [ "deopt"() ]
+  %res = bitcast i8 addrspace(1)* %load_addr.i.i.i7 to i32 addrspace(1)*
+  ret i32 addrspace(1)* %res
----------------
The bitcast seems unnecessary -- do we need it for reproducing the crash?


http://reviews.llvm.org/D20293





More information about the llvm-commits mailing list