Fix an old outstanding problem with the int cast builder binding always assuming the cast is signed by introducing a new LLVMBuildIntCast2 operation and deprecating the old prototype.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56280
[LLVM-C] Allow Specifying Signedness in Int Cast ClosedPublic Authored by CodaFi on Jan 3 2019, 10:55 AM.
Details Summary Fix an old outstanding problem with the int cast builder binding always assuming the cast is signed by introducing a new LLVMBuildIntCast2 operation and deprecating the old prototype.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 3 2019, 5:33 PM Closed by commit rL350607: [LLVM-C] Allow Specifying Signedness in Int Cast (authored by CodaFi). · Explain WhyJan 7 2019, 10:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 180612 llvm/trunk/include/llvm-c/Core.h
llvm/trunk/lib/IR/Core.cpp
|