search for: _producefpvalue

Displaying 2 results from an estimated 2 matches for "_producefpvalue".

Did you mean: producefpvalue
2013 May 14
2
[LLVMdev] Queue implementation is being trapped
...ery function inside the #ifdef INT_TYPE's preprocessor flag has only a call to llvm.trap() function inside its body =/ And this is only happening to the functions (*)_consumeValue and (*)_produceValue: all the other functions [(*)_consumePtrValue, (*)_producePtrValue, (*)_consumeFPValue and (*)_produceFPValue] has their bodies correctly defined on the resultant bc file. Since the only difference between their implementation on the queue is the type defined inside the queue (long for integer types, void* for pointers and double for floating point numbers), does anyone have any ideia why I am having this...
2013 May 14
0
[LLVMdev] Queue implementation is being trapped
...you see the call to llvm.trap if you build with no optimizations? If not, can you provide the IR for that? > And this is only happening to the functions (*)_consumeValue and > (*)_produceValue: all the other functions [(*)_consumePtrValue, > (*)_producePtrValue, (*)_consumeFPValue and (*)_produceFPValue] has their > bodies correctly defined on the resultant bc file. > > Since the only difference between their implementation on the queue is the > type defined inside the queue (long for integer types, void* for pointers > and double for floating point numbers), does anyone have any id...