[PATCH] D138700: [InstSimplify] Fold !(X || Y) && X to false

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 25 02:21:58 PST 2022


bcl5980 created this revision.
bcl5980 added reviewers: spatel, nikic, craig.topper.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
bcl5980 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

https://alive2.llvm.org/ce/z/uTGsPV

Fix: 56654
Fix: 56780


https://reviews.llvm.org/D138700

Files:
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/test/Transforms/InstSimplify/select-logical.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138700.477895.patch
Type: text/x-patch
Size: 3291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221125/1744e42e/attachment.bin>


More information about the llvm-commits mailing list