This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

CodaFi created this revision.Jan 3 2019, 10:55 AM
This revision is now accepted and ready to land.Jan 3 2019, 5:33 PM
This revision was automatically updated to reflect the committed changes.