search for: llvmmemset

Displaying 1 result from an estimated 1 matches for "llvmmemset".

2008 Dec 06
1
[LLVMdev] Intrinsics question
Is it necessary to modify the front-end (in this case, for C) to generate new intrinsic calls for a particular target? For instance, say I wanted to allow programmers to call a function "foo" that does some target-specific magic. I want "foo" to be handled as an intrinsic by the back-end, but all intrinsics needs the "llvm." prefix, and I can't declare a