[PATCH] D139482: [ConstraintElim] Address comments from D137840.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 06:31:17 PST 2022
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/ConstraintElimination.cpp:462
// constraint.
DenseMap<Value *, bool> KnownPositiveVariables;
Res.IsEq = IsEq;
----------------
nikic wrote:
> Might rename this one as well.
updated in the committed version, thanks!
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