[PATCH] D25096: [RS4GC] New pass to remove gc.relocates added by RS4GC

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 14:51:53 PDT 2016


reames added a comment.

(stale comment I never hit submit on)



================
Comment at: lib/Transforms/Utils/RemoveGCRelocates.cpp:99
+INITIALIZE_PASS(RemoveGCRelocates, "remove-gc-relocates",
+                "Remove gc.relocates inserted through RewriteStatepointsForGC",
+                true, false)
----------------
mehdi_amini wrote:
> /Bike-shed
> What about "strip-gc-relocates" (we already use "strip" for debug info for example and this seems comparable).
> /Bike-shed off
> 
I like the strip-gc-relocates name as well.


https://reviews.llvm.org/D25096





More information about the llvm-commits mailing list