[cfe-dev] "generic" address space
Chris Lattner
clattner at apple.com
Wed Jul 16 09:55:29 PDT 2008
On Jul 15, 2008, at 10:28 PM, Mon P Wang wrote:
> It is a bit unclear to me what happens with intrinsics that can take
> any integer width. Looking briefily, it looks like clang will
> generate an implicit cast for the argument to integer. Do we always
> generate the 32 bit integer version of these intrinsics?
I don't think we have any of these. However, yes by default that
would happen. Sema could choose to intercept these before the
implicit casts are inserted, or remove implicit casts later.
-Chris
More information about the cfe-dev
mailing list