[llvm-commits] Patch to add address space support to getIntPtrTy

Eli Friedman eli.friedman at gmail.com
Tue Oct 23 16:00:51 PDT 2012


On Tue, Oct 23, 2012 at 3:55 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote:
>> Sorry to bug you again about this, but can you give a specific example
>> in the patch where the "Otherwise" case is useful?
> [Villmow, Micah] Added:
> "An example of this occuring is that you want to get the IntPtrTy for all
> of the arguments in a function. However, the IntPtr for a non-pointer type
> cannot be determined by the type itself, so the default pointer is used instead."
>
> [Villmow, Micah] I've made the rest of the corrections, so looking to check in once I get approval for this.

I don't have any further review comments.  As long as you think you
have a reasonable testing story, feel free to commit.

-Eli



More information about the llvm-commits mailing list