[PATCH] D15662: [gc.statepoint] Change gc.statepoint intrinsic's return type to token type instead of i32 type

Chen Li via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 25 23:58:10 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL256443: [gc.statepoint] Change gc.statepoint intrinsic's return type to token type… (authored by chenli).

Changed prior to commit:
  http://reviews.llvm.org/D15662?vs=43295&id=43638#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15662

Files:
  llvm/trunk/docs/Statepoints.rst
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/include/llvm/IR/Statepoint.h
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  llvm/trunk/test/Analysis/CallGraph/non-leaf-intrinsics.ll
  llvm/trunk/test/Analysis/LazyCallGraph/non-leaf-intrinsics.ll
  llvm/trunk/test/Analysis/ValueTracking/memory-dereferenceable.ll
  llvm/trunk/test/CodeGen/Generic/overloaded-intrinsic-name.ll
  llvm/trunk/test/CodeGen/X86/statepoint-allocas.ll
  llvm/trunk/test/CodeGen/X86/statepoint-call-lowering.ll
  llvm/trunk/test/CodeGen/X86/statepoint-far-call.ll
  llvm/trunk/test/CodeGen/X86/statepoint-forward.ll
  llvm/trunk/test/CodeGen/X86/statepoint-gctransition-call-lowering.ll
  llvm/trunk/test/CodeGen/X86/statepoint-invoke.ll
  llvm/trunk/test/CodeGen/X86/statepoint-stack-usage.ll
  llvm/trunk/test/CodeGen/X86/statepoint-stackmap-format.ll
  llvm/trunk/test/Transforms/CodeGenPrepare/statepoint-relocate.ll
  llvm/trunk/test/Transforms/InstCombine/gc.relocate.ll
  llvm/trunk/test/Transforms/InstCombine/statepoint.ll
  llvm/trunk/test/Transforms/PlaceSafepoints/call_gc_result.ll
  llvm/trunk/test/Transforms/PlaceSafepoints/patchable-statepoints.ll
  llvm/trunk/test/Transforms/PlaceSafepoints/statepoint-calling-conventions.ll
  llvm/trunk/test/Transforms/PlaceSafepoints/statepoint-format.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-10.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-11.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-2.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-3.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-5.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-6.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-7.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-8.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers-9.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-pointers.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/base-vector.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/basics.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/codegen-cond.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/constants.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-4.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/deopt-bundles/basic.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/deopt-bundles/basics.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/deopt-bundles/gc-relocate-creation.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/deopt-bundles/patchable-statepoints.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/deopt-bundles/rematerialize-derived-pointers.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/deopt-bundles/rewrite-invoke.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/deref-pointers.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/gc_relocate_creation.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/live-vector.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/liveness-basics.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/preprocess.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/relocate_invoke_result.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/relocation.ll
  llvm/trunk/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll
  llvm/trunk/test/Transforms/SimplifyCFG/statepoint-invoke-unwind.ll
  llvm/trunk/test/Verifier/gc_relocate_addrspace.ll
  llvm/trunk/test/Verifier/gc_relocate_operand.ll
  llvm/trunk/test/Verifier/gc_relocate_return.ll
  llvm/trunk/test/Verifier/invalid-statepoint.ll
  llvm/trunk/test/Verifier/invalid-statepoint2.ll
  llvm/trunk/test/Verifier/statepoint.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15662.43638.patch
Type: text/x-patch
Size: 191658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151226/5916cd9a/attachment-0001.bin>


More information about the llvm-commits mailing list