[PATCH] D94870: [InstSimplify] Handle commutativity for 'and' and 'outer or' for (~A & B) | ~(A | B) --> ~A
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 16 10:43:06 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG63bedc80da36: [InstSimplify] Handle commutativity for 'and' and 'outer or' for (~A & B) | ~(A… (authored by xbolva00).
Changed prior to commit:
https://reviews.llvm.org/D94870?vs=317187&id=317189#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94870/new/
https://reviews.llvm.org/D94870
Files:
llvm/lib/Analysis/InstructionSimplify.cpp
llvm/test/Transforms/InstSimplify/or.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94870.317189.patch
Type: text/x-patch
Size: 3997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210116/c26dd047/attachment.bin>
More information about the llvm-commits
mailing list