[PATCH] D156215: [DAGCombiner] Reassociate the operands from (OR (OR(CMP1, CMP2)), CMP3) to (OR (OR(CMP1, CMP3)), CMP2)
Konstantina Mitropoulou via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 20:08:33 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2c5d1b5ab703: [DAGCombiner] Reassociate the operands from (OR (OR(CMP1, CMP2)), CMP3) to (OR… (authored by kmitropoulou).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156215/new/
https://reviews.llvm.org/D156215
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/AMDGPU/combine_andor_with_cmps.ll
llvm/test/CodeGen/AMDGPU/wave32.ll
llvm/test/CodeGen/Hexagon/isel/logical.ll
llvm/test/CodeGen/X86/v8i1-masks.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156215.548448.patch
Type: text/x-patch
Size: 13089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230809/d6f27333/attachment.bin>
More information about the llvm-commits
mailing list