[PATCH] D40885: [NFC] Refactor SafepointIRVerifier

Daniil Suchkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 01:48:11 PST 2017


DaniilSuchkov created this revision.

Now two classes are responsible for verification: one of them can track GC
pointers and know whether a pointer is relocated or not and another based on
that information can verify uses of GC pointers.


https://reviews.llvm.org/D40885

Files:
  lib/IR/SafepointIRVerifier.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40885.125678.patch
Type: text/x-patch
Size: 27017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171206/3c7ed565/attachment.bin>


More information about the llvm-commits mailing list