[LLVMbugs] [Bug 13354] New: NVPTX intrinsics table misses __nvvm_* buitins
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 13 08:18:10 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13354
Bug #: 13354
Summary: NVPTX intrinsics table misses __nvvm_* buitins
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: maemarcus at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 8891
--> http://llvm.org/bugs/attachment.cgi?id=8891
patch
Although NVPTX implements almost all __nvvm_* intrinsics, Clang intrinsics
table for NVVM misses them all, what prevents frontend from recognizing these
intrinsics in the input source code, e.g. in nvvm/ci_include.h.
The attached patch adds the list of intrinsics. Some of them are commented out,
because backend does not implement them yet.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list