[PATCH] D146217: [ValueTracking] Support vscale in computeConstantRange()

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 07:45:30 PDT 2023


sdesmalen added a comment.

> In this case all comparisons just fold to true (but could also fold to any other value).

What is the reason that the IR doesn't explicitly return poison in that case? (i.e. `ret i1 poison`)


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

https://reviews.llvm.org/D146217



More information about the llvm-commits mailing list