[PATCH] D142803: [LogicCombine 1/?] Implement a general way to simplify logical operations.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 07:08:14 PST 2023
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/include/llvm/Analysis/LogicalExpr.h:94
+ uint64_t NewBitSet;
+ // Except the speical case one value "*" -1 is just return itself, the
+ // other "*" operation is actually "|" LHS and RHS 's bitset. For
----------------
spelling: "special"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142803/new/
https://reviews.llvm.org/D142803
More information about the llvm-commits
mailing list