[PATCH] D150443: [KnownBits] Define and use meet and join operations

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 13 14:15:07 PDT 2023


nikic added a comment.

In D150443#4340036 <https://reviews.llvm.org/D150443#4340036>, @foad wrote:

>> - Can we call this union and intersect instead of join and meet? I think this will be more obvious to most readers.
>
> No because `union` is a keyword :-( Apart from that I think it is a good candidate. I did think seriously about `union`/`intersect`, as well as other options like `and`/`or`.

Oh, so //that's// why the corresponding ConstantRange methods are called unionWith and intersectWith...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150443/new/

https://reviews.llvm.org/D150443



More information about the llvm-commits mailing list