For PR1297:
Implement code generation for overloaded intrinsic functions. The basic difference is that "actual" argument types must be provided when constructing intrinsic names and types. Also, for recognition, only the prefix is examined. If it matches, the suffix is assumed to match. The suffix is checked by the Verifier, however. llvm-svn: 35539
Showing
- llvm/utils/TableGen/CodeGenIntrinsics.h 5 additions, 1 deletionllvm/utils/TableGen/CodeGenIntrinsics.h
- llvm/utils/TableGen/CodeGenTarget.cpp 7 additions, 3 deletionsllvm/utils/TableGen/CodeGenTarget.cpp
- llvm/utils/TableGen/IntrinsicEmitter.cpp 23 additions, 13 deletionsllvm/utils/TableGen/IntrinsicEmitter.cpp
Loading
Please register or sign in to comment