[PATCH] D142803: [ComplexLogicCombine 1/?] Implement a general way to simplify complex logical operations.

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 19:25:06 PST 2023


bcl5980 updated this revision to Diff 499357.
bcl5980 added a comment.

Address comments.


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

https://reviews.llvm.org/D142803

Files:
  llvm/include/llvm/Analysis/LogicCombine.h
  llvm/include/llvm/Analysis/LogicalExpr.h
  llvm/lib/Analysis/CMakeLists.txt
  llvm/lib/Analysis/LogicCombine.cpp
  llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  llvm/test/Transforms/AggressiveInstCombine/complex-logic.ll
  llvm/test/Transforms/AggressiveInstCombine/logic-combine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142803.499357.patch
Type: text/x-patch
Size: 29132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230222/15922290/attachment.bin>


More information about the llvm-commits mailing list