Currently 32-bit NVPTX happens to have 64-bit long which does not match host's long in 32-bit mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D13181
[CUDA] 32-bit NVPTX: long should be 32bit ClosedPublic Authored by tra on Sep 25 2015, 3:23 PM.
Details Summary Currently 32-bit NVPTX happens to have 64-bit long which does not match host's long in 32-bit mode.
Diff Detail
Event Timelinetra updated this object. This revision is now accepted and ready to land.Sep 26 2015, 5:00 PM Closed by commit rL248753: [CUDA] 32-bit NVPTX should have 32-bit long type. (authored by tra). · Explain WhySep 28 2015, 3:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 35918 cfe/trunk/include/clang/Basic/BuiltinsNVPTX.def
cfe/trunk/lib/Basic/Targets.cpp
cfe/trunk/test/CodeGen/builtins-nvptx.c
cfe/trunk/test/CodeGen/nvptx-inlineasm-ptx.c
cfe/trunk/test/Preprocessor/init.c
|