[PATCH] D50040: [GuardWidening] Widen very likely non-taken br instructions

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 00:30:57 PDT 2018


mkazantsev created this revision.
mkazantsev added reviewers: apilipenko, fedor.sergeev, sanjoy, reames.

This is a second part of https://reviews.llvm.org/D49974 that handles widening of conditional branches that
have very likely `false` branch.


https://reviews.llvm.org/D50040

Files:
  lib/Transforms/Scalar/GuardWidening.cpp
  test/Transforms/GuardWidening/widen-frequent-branches.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50040.158181.patch
Type: text/x-patch
Size: 17344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180731/bb3f2fb5/attachment.bin>


More information about the llvm-commits mailing list