As per title. I ran into that limitation of the API doing some other work, so I though that'd be a nice addition.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D29503
[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
Event Timelinedeadalnix 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 This revision is now accepted and ready to land.Feb 3 2017, 12:54 PM Closed by commit rL294063: [APInt] Add integer API bor bitwise operations. (authored by deadalnix). · Explain WhyFeb 3 2017, 3:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 87041 llvm/trunk/include/llvm/ADT/APInt.h
llvm/trunk/lib/Support/APInt.cpp
llvm/trunk/unittests/ADT/APIntTest.cpp
|