Re: [PATCH] D13181: [CUDA] 32-bit NVPTX: long should be 32bit

2015-09-28 Thread Artem Belevich via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL248753: [CUDA] 32-bit NVPTX should have 32-bit long type. (authored by tra). Changed prior to commit: http://reviews.llvm.org/D13181?vs=35772&id=35918#toc Repository: rL LLVM http://reviews.llvm.org

[PATCH] D13181: [CUDA] 32-bit NVPTX: long should be 32bit

2015-09-25 Thread Artem Belevich via cfe-commits
tra created this revision. tra added reviewers: eliben, jholewinski, echristo. tra added a subscriber: cfe-commits. Herald added a subscriber: jholewinski. Currently 32-bit NVPTX happens to have 64-bit long which does not match host's long in 32-bit mode. http://reviews.llvm.org/D13181 Files: