[PATCH] D40289: [SafepointIRVerifier] Allow deriving pointers from unrelocated base

Daniil Suchkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 03:34:11 PST 2017


DaniilSuchkov updated this revision to Diff 124710.
DaniilSuchkov edited the summary of this revision.
DaniilSuchkov added a comment.

Algorithm rewritten, new tests added.

Previous solution would work only for GEPs/casts and it was impossible to make it work with phis/selects/etc. This new solution is much more general.


https://reviews.llvm.org/D40289

Files:
  lib/IR/SafepointIRVerifier.cpp
  test/SafepointIRVerifier/use-derived-unrelocated.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40289.124710.patch
Type: text/x-patch
Size: 19471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171129/cc4d7b5c/attachment.bin>


More information about the llvm-commits mailing list