[PATCH] D157729: [GuardWidening] Widen widenable conditions instead of branches

Aleksandr Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 06:35:44 PDT 2023


aleksandr.popov updated this revision to Diff 556023.
aleksandr.popov added a comment.

Rebased


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

https://reviews.llvm.org/D157729

Files:
  llvm/include/llvm/Transforms/Utils/GuardUtils.h
  llvm/lib/Transforms/Scalar/GuardWidening.cpp
  llvm/lib/Transforms/Utils/GuardUtils.cpp
  llvm/test/Transforms/GuardWidening/basic_widenable_condition_guards.ll
  llvm/test/Transforms/GuardWidening/loop_invariant_widenable_condition.ll
  llvm/test/Transforms/GuardWidening/mixed_guards.ll
  llvm/test/Transforms/GuardWidening/profile-based-profitability_explicit.ll
  llvm/test/Transforms/GuardWidening/two_forms_behavior_consistency.ll
  llvm/test/Transforms/GuardWidening/widen-cond-with-operands.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157729.556023.patch
Type: text/x-patch
Size: 28354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230906/d8c7cbc9/attachment.bin>


More information about the llvm-commits mailing list