The initial implementation just delegates to APInt's implementation of
XOR for single element ranges and conservatively returns the full set
otherwise.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D76453
[ConstantRange] Add initial support for binaryXor. ClosedPublic Authored by fhahn on Mar 19 2020, 1:40 PM.
Details Summary The initial implementation just delegates to APInt's implementation of
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 19 2020, 4:11 PM Closed by commit rG7caba33907af: [ConstantRange] Add initial support for binaryXor. (authored by fhahn). · Explain WhyMar 24 2020, 6:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 251465 llvm/include/llvm/IR/ConstantRange.h
llvm/lib/IR/ConstantRange.cpp
llvm/unittests/IR/ConstantRangeTest.cpp
|