[PATCH] D41162: [PM] port Rewrite Statepoints For GC to the new pass manager.
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 16:06:06 PST 2017
fedor.sergeev updated this revision to Diff 127040.
fedor.sergeev added a comment.
addressing @anna's comments
https://reviews.llvm.org/D41162
Files:
include/llvm/InitializePasses.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
lib/Transforms/Scalar/Scalar.cpp
test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-10.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-11.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-12.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-13.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-2.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-3.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-5.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-6.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-7.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-8.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-9.ll
test/Transforms/RewriteStatepointsForGC/base-pointers.ll
test/Transforms/RewriteStatepointsForGC/base-vector.ll
test/Transforms/RewriteStatepointsForGC/basic.ll
test/Transforms/RewriteStatepointsForGC/basics.ll
test/Transforms/RewriteStatepointsForGC/call-gc-result.ll
test/Transforms/RewriteStatepointsForGC/codegen-cond.ll
test/Transforms/RewriteStatepointsForGC/constants.ll
test/Transforms/RewriteStatepointsForGC/deopt-intrinsic-cconv.ll
test/Transforms/RewriteStatepointsForGC/deopt-intrinsic.ll
test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll
test/Transforms/RewriteStatepointsForGC/deref-pointers.ll
test/Transforms/RewriteStatepointsForGC/drop-invalid-metadata.ll
test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll
test/Transforms/RewriteStatepointsForGC/invokes.ll
test/Transforms/RewriteStatepointsForGC/leaf-function.ll
test/Transforms/RewriteStatepointsForGC/libcall.ll
test/Transforms/RewriteStatepointsForGC/live-vector-nosplit.ll
test/Transforms/RewriteStatepointsForGC/liveness-basics.ll
test/Transforms/RewriteStatepointsForGC/patchable-statepoints.ll
test/Transforms/RewriteStatepointsForGC/preprocess.ll
test/Transforms/RewriteStatepointsForGC/relocate-invoke-result.ll
test/Transforms/RewriteStatepointsForGC/relocation.ll
test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll
test/Transforms/RewriteStatepointsForGC/rewrite-invoke.ll
test/Transforms/RewriteStatepointsForGC/statepoint-attrs.ll
test/Transforms/RewriteStatepointsForGC/statepoint-calling-conventions.ll
test/Transforms/RewriteStatepointsForGC/statepoint-coreclr.ll
test/Transforms/RewriteStatepointsForGC/statepoint-format.ll
test/Transforms/RewriteStatepointsForGC/two-invokes-one-landingpad.ll
test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41162.127040.patch
Type: text/x-patch
Size: 36273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171215/c2875787/attachment.bin>
More information about the llvm-commits
mailing list