[PATCH] D139482: [ConstraintElim] Address comments from D137840.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 22:44:51 PST 2022


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LG



================
Comment at: llvm/lib/Transforms/Scalar/ConstraintElimination.cpp:462
   // constraint.
   DenseMap<Value *, bool> KnownPositiveVariables;
   Res.IsEq = IsEq;
----------------
Might rename this one as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139482



More information about the llvm-commits mailing list