[PATCH] D152568: [InstCombine] Transform `(binop1 (binop2 (lshift X,Amt),Mask),(lshift Y,Amt))`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 18:08:57 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG91cdffcb2f9e: [InstCombine] Transform `(binop1 (binop2 (lshift X,Amt),Mask),(lshift Y,Amt))` (authored by goldstein.w.n).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152568/new/
https://reviews.llvm.org/D152568
Files:
llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/lib/Transforms/InstCombine/InstCombineInternal.h
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/test/Transforms/InstCombine/and-xor-or.ll
llvm/test/Transforms/InstCombine/binop-and-shifts.ll
llvm/test/Transforms/InstCombine/or-shifted-masks.ll
llvm/test/Transforms/PhaseOrdering/SystemZ/sub-xor.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152568.531130.patch
Type: text/x-patch
Size: 38116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230614/a2c15993/attachment.bin>
More information about the llvm-commits
mailing list