[PATCH] D25096: [RS4GC] New pass to remove gc.relocates added by RS4GC
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 30 15:54:53 PDT 2016
mehdi_amini added inline comments.
> RemoveGCRelocates.cpp:99
> +INITIALIZE_PASS(RemoveGCRelocates, "remove-gc-relocates",
> + "Remove gc.relocates inserted through RewriteStatepointsForGC",
> + true, false)
/Bike-shed
What about "strip-gc-relocates" (we already use "strip" for debug info for example and this seems comparable).
/Bike-shed off
https://reviews.llvm.org/D25096
More information about the llvm-commits
mailing list