[PATCH] D80674: Default to generating statepoints with deopt and gc-transition bundles if needed

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 16:56:25 PDT 2020


reames updated this revision to Diff 266699.
reames edited the summary of this revision.
reames added a comment.

Make a deeper change to the interface to simplify the semantic description of the patch and avoid introducing something we'd have to fix later anyway.

(Also known as, I have the aws builder spun up, so I might as well make the change which requires a global rebuild now.)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80674/new/

https://reviews.llvm.org/D80674

Files:
  llvm/include/llvm/IR/IRBuilder.h
  llvm/lib/IR/IRBuilder.cpp
  llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
  llvm/test/Transforms/RewriteStatepointsForGC/basic.ll
  llvm/test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll
  llvm/test/Transforms/RewriteStatepointsForGC/scalar-base-vector-2.ll
  llvm/test/Transforms/RewriteStatepointsForGC/scalar-base-vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80674.266699.patch
Type: text/x-patch
Size: 34307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/f94b3d80/attachment.bin>


More information about the llvm-commits mailing list