I guess currently we do not have these arithmetic with overflow variants in IRBuilder . So CreateCall is the only way to do it. Is it a good idea to add them into the IRBuilder? even thought they are in turn implemented with CreateCall only? - sanjiv -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110509/c4f27939/attachment.html>
Hi Sanjiv,> I guess currently we do not have these arithmetic with overflow variants in > IRBuilder . So CreateCall is the only way to do it. > Is it a good idea to add them into the IRBuilder? even thought they are in turn > implemented with CreateCall only?I think it would be good to add them. Ciao, Duncan.
Seemingly Similar Threads
- [LLVMdev] IRBuilder<>::CreateCall, CreateCall2, CreateCall3, ...
- [LLVMdev] IRBuilder<>::CreateCall, CreateCall2, CreateCall3, ...
- [LLVMdev] Adding function call in LLVM IR using IRBuilder causes assertion error
- [LLVMdev] Arguments to IRBuilder CreateCall function
- [LLVMdev] Adding function call in LLVM IR using IRBuilder causes assertion error