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

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


aleksandr.popov created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
aleksandr.popov requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.549420.patch
Type: text/x-patch
Size: 28605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230811/a9573d3a/attachment.bin>


More information about the llvm-commits mailing list