[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
Wed Feb 1 23:26:52 PST 2023


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

Define LogicalExpr as a class and split it into a new header file.


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

https://reviews.llvm.org/D142803

Files:
  llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  llvm/lib/Transforms/AggressiveInstCombine/CMakeLists.txt
  llvm/lib/Transforms/AggressiveInstCombine/ComplexLogicalOpsCombine.cpp
  llvm/lib/Transforms/AggressiveInstCombine/ComplexLogicalOpsCombine.h
  llvm/lib/Transforms/AggressiveInstCombine/LogicalExpr.h
  llvm/test/Transforms/AggressiveInstCombine/complex-logic-ops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142803.494173.patch
Type: text/x-patch
Size: 17826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230202/9a3b8f1c/attachment.bin>


More information about the llvm-commits mailing list