[PATCH] D150378: [Instsimplfy] X == Y ? 0 : X - Y --> X - Y

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 14:00:04 PDT 2023


nikic added a comment.

The handling for this should be inside simplifyWithOpReplaced().


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150378



More information about the llvm-commits mailing list