Displaying 1 result from an estimated 1 matches for "3565bd7b".
2018 Aug 07
2
Create an Add Instruction in LLVM IR
...e::getInt32Ty(Context), 5);
Value *Result = builder.CreateAdd(Lef, Rig);
...
It seems that the problem is with the ConstantInt::get() function. Any idea?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180807/3565bd7b/attachment.html>