[PATCH] D157689: [GuardWidening] Refactor to work with the list of checks to widen/hoist

Aleksandr Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 08:16:05 PDT 2023


aleksandr.popov marked 5 inline comments as done.
aleksandr.popov added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/GuardWidening.cpp:215
   /// Common helper used by \c widenGuard and \c isWideningCondProfitable.  Try
   /// to generate an expression computing the logical AND of \p Cond0 and Cond1.
   /// Return true if the expression computing the AND is only as
----------------
anna wrote:
> Pls update comment.
Thanks!


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

https://reviews.llvm.org/D157689



More information about the llvm-commits mailing list