[PATCH] D153660: [ConstraintElim] Track and simplify conditions at use.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 03:23:10 PDT 2023
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/ConstraintElimination.cpp:1297
+ LLVM_DEBUG(dbgs() << "fact to add to the system: " << *CB.Inst << "\n");
+ ;
ICmpInst::Predicate Pred;
----------------
bcl5980 wrote:
> Typo?
Thanks, removed!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153660/new/
https://reviews.llvm.org/D153660
More information about the llvm-commits
mailing list