[PATCH] D25930: IR: Introduce a GlobalPointer type for all GlobalValues of pointer type.
Chris Lattner via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 21:39:48 PDT 2016
lattner requested changes to this revision.
lattner added a comment.
This revision now requires changes to proceed.
This doesn't seem like the right approach. It would be better to introduce a new top level IR concept to represent this, instead of violating the model of GlobalValue.
https://reviews.llvm.org/D25930
More information about the llvm-commits
mailing list