[PATCH] D74060: [KnownBits] Move AND, OR and XOR logic into KnownBits

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 05:30:49 PST 2020


foad added a comment.

Ping!

Any other opinions on whether it's a good idea to use operator overloading here? I would like to point out that I'm trying to follow the example of APInt, which uses operator overloading where it makes sense. :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74060





More information about the llvm-commits mailing list