[PATCH] PlaceSafepoints: use IRBuilder helpers

Ramkumar Ramachandra artagnon at gmail.com
Mon Feb 9 13:49:38 PST 2015


Hi reames,

Use the IRBuilder helpers for gc.statepoint and gc.result, instead of
coding the construction by hand. Note that the gc.statepoint IRBuilder
handles only CallInst, not InvokeInst; retain that part of hand-coding.

http://reviews.llvm.org/D7518

Files:
  include/llvm/IR/IRBuilder.h
  lib/IR/IRBuilder.cpp
  lib/Transforms/Scalar/PlaceSafepoints.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7518.19610.patch
Type: text/x-patch
Size: 7149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150209/4ef474b4/attachment.bin>


More information about the llvm-commits mailing list