This is an archive of the discontinued LLVM Phabricator instance.

[APInt] Add integer API bor bitwise operations.
ClosedPublic

Authored by deadalnix on Feb 3 2017, 11:45 AM.

Details

Summary

As per title. I ran into that limitation of the API doing some other work, so I though that'd be a nice addition.

Diff Detail

Repository
rL LLVM

Event Timeline

deadalnix created this revision.Feb 3 2017, 11:45 AM
deadalnix retitled this revision from [IPInt] Add integer API bor bitwise operations. to [APInt] Add integer API bor bitwise operations..Feb 3 2017, 12:21 PM
deadalnix added a reviewer: majnemer.
This revision is now accepted and ready to land.Feb 3 2017, 12:54 PM
This revision was automatically updated to reflect the committed changes.