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

Anna Thomas via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 08:54:16 PDT 2016


anna updated this revision to Diff 75439.
anna marked 4 inline comments as done.
anna added a comment.

Addressed comments above. Renamed pass name, and handled bit casts.
Tests run with -strip-gc-relocates followed by an instcombine pass to clean up
unnecessary bitcasts.


https://reviews.llvm.org/D25096

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar.h
  lib/Transforms/Utils/CMakeLists.txt
  lib/Transforms/Utils/StripGCRelocates.cpp
  lib/Transforms/Utils/Utils.cpp
  test/Transforms/Util/strip-gc-relocates.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25096.75439.patch
Type: text/x-patch
Size: 12716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161021/d434cd2f/attachment.bin>


More information about the llvm-commits mailing list