[PATCH] D65147: [SimplifyCFG] FoldTwoEntryPHINode(): don't bailout on i1 PHI's if we can hoist a 'not' from incoming values

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 05:46:16 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL370349: [SimplifyCFG] FoldTwoEntryPHINode(): don't bailout on i1 PHI's if we can hoist… (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65147?vs=217841&id=217852#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D65147

Files:
  llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/trunk/test/Transforms/PhaseOrdering/unsigned-multiply-overflow-check.ll
  llvm/trunk/test/Transforms/SimplifyCFG/unsigned-multiplication-will-overflow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65147.217852.patch
Type: text/x-patch
Size: 7146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190829/72c76a58/attachment.bin>


More information about the llvm-commits mailing list