[PATCH] D134048: [ConstraintElimination] Simplify usub(a,b) if a s>=b.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 07:25:31 PST 2022


nikic added a comment.

Looks fine, but I think you need to rebase and adjust this line to check for WithOverflowInst instead: https://github.com/llvm/llvm-project/blob/286ae63e168b5e5249bf52e2f1610057d604bab4/llvm/lib/Transforms/Scalar/ConstraintElimination.cpp#L665


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134048



More information about the llvm-commits mailing list