This is analog to the existing LLVMBuildBinOp function.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 152 Build 152: arc lint + arc unit
Event Timeline
Comment Actions
Wouldn't LLVMBuildBinOp build a constant if both operand are constant and the operation allows for it? I have not double checked, but I think it does. Considering this, I'm not really sure what this brings to the table.