[PATCH] D56075: [GuardWidening] Support widening of explicitly expressed guards

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 25 02:44:11 PST 2018


mkazantsev created this revision.
mkazantsev added reviewers: apilipenko, anna, skatkov, reames.
mkazantsev added a parent revision: D56074: [NFC] Add detector function for explicitly expressed guards.

This patch adds support of guards expressed in explicit form via `widenable_condition`
in Guard Widening pass.


https://reviews.llvm.org/D56075

Files:
  lib/Transforms/Scalar/GuardWidening.cpp
  test/Transforms/GuardWidening/basic_explicit_guards.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56075.179489.patch
Type: text/x-patch
Size: 52167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181225/fcbbf2e4/attachment.bin>


More information about the llvm-commits mailing list