[PATCH] D153660: [ConstraintElim] Track and simplify conditions at use.

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 25 22:23:43 PDT 2023


bcl5980 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;
----------------
Typo?


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