[PATCH] D15762: [Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.

Manuel Jacob via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 17:41:33 PST 2015


mjacob created this revision.
mjacob added reviewers: reames, sanjoy.
mjacob added a subscriber: llvm-commits.
Herald added a subscriber: sanjoy.

This commit renames GCRelocateOperands to GCRelocate and makes it an
intrinsic wrapper, similar to e.g. MemCpyInst.  Also, all users of
GCRelocateOperands were changed to use the new intrinsic wrapper instead.

http://reviews.llvm.org/D15762

Files:
  include/llvm/IR/Statepoint.h
  lib/Analysis/ValueTracking.cpp
  lib/CodeGen/CodeGenPrepare.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Statepoint.cpp
  lib/IR/Verifier.cpp
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15762.43570.patch
Type: text/x-patch
Size: 23489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151224/2b49b8c1/attachment.bin>


More information about the llvm-commits mailing list