[PATCH] D94447: [PredicateInfo] Generalize processing of conditions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 08:43:06 PST 2021


nikic updated this revision to Diff 317892.
nikic added a comment.

Add a limit on the maximum number of conditions we handle for each branch/assume. Value for the limit was picked arbitrarily...


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

https://reviews.llvm.org/D94447

Files:
  lib/Transforms/Utils/PredicateInfo.cpp
  test/Transforms/NewGVN/assume-equal.ll
  test/Transforms/SCCP/conditions-ranges.ll
  test/Transforms/Util/PredicateInfo/condprop.ll
  test/Transforms/Util/PredicateInfo/testandor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94447.317892.patch
Type: text/x-patch
Size: 38885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210120/5f6f427d/attachment-0001.bin>


More information about the llvm-commits mailing list