mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 09:56:07 +00:00

Define intersectWith and unionWith as two complementary ways of combining KnownBits. The names are chosen for consistency with ConstantRange. Deprecate commonBits as a synonym for intersectWith. Differential Revision: https://reviews.llvm.org/D150443