[PATCH] D87034: [KnownBits] Implement accurate unsigned and signed max and min

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 12:04:21 PDT 2020


foad added a comment.

In D87034#2252539 <https://reviews.llvm.org/D87034#2252539>, @RKSimon wrote:

> Can you replace the implementations in SelectionDAG::computeKnownBits with these?

Yes, that's the idea, and the same in GlobalISel and in ValueTracking.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87034



More information about the llvm-commits mailing list