[PATCH] D20584: [RewriteStatepointsForGC] All constant should have null base pointer
Manuel Jacob via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 13:42:07 PDT 2016
mjacob added a comment.
I don't think this will bring any problems. My collector just ignores constant bases. Note that also before this change `findBaseDefiningValue()` didn't necessarily actually return the right value. E.g. calling it with a GEP on a global will return the GEP instead of the global.
http://reviews.llvm.org/D20584
More information about the llvm-commits
mailing list