[PATCH] D83643: [SCCP] Propagate inequalities

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 12:26:59 PDT 2020


nikic planned changes to this revision.
nikic added a comment.

Okay, taking this off the queue for now. It should be noted though that we already perform this optimization in quite a few places (inequalities are recognized by LVI and thus optimized in JT/CVP and nonnull inequalities in particular are recognized by ValueTracking, and as such optimized all over the place.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83643





More information about the llvm-commits mailing list