[PATCH] D112895: [CVP] Canonicalize signed relational comparisons of scalar integers to unsigned comparison predicates

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 24 00:22:55 PST 2021


lebedev.ri added a subscriber: fhahn.
lebedev.ri added a comment.

We need to enable @fhahn's constraint elimination pass to solve that kind of problems once and for all.
(though, it currently does not help for that snippet, since support for signed isn't there yet)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112895



More information about the llvm-commits mailing list