[PATCH] D157800: [ValueTracking] Improve analysis of knownbits from incoming phi edges.

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 09:08:33 PDT 2023


goldstein.w.n added a comment.

In D157800#4584089 <https://reviews.llvm.org/D157800#4584089>, @foad wrote:

>> Just fill in missing cases (TODO) for ugt, uge, sgt, sge,
>> slt, and sle. These are all in the same spirit as ult/uge, but
>> each of the other conditions have different constraints.
>
> Update the description?

Done :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157800



More information about the llvm-commits mailing list