[PATCH] D122754: [DAG] Allow XOR(X,MIN_SIGNED_VALUE) to perform AddLike folds
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 04:46:38 PDT 2022
RKSimon updated this revision to Diff 419398.
RKSimon added a comment.
Add isAddLike() helper to match addlike(addlike(x,y),z) patterns
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122754/new/
https://reviews.llvm.org/D122754
Files:
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/test/CodeGen/ARM/dsp-mlal.ll
llvm/test/CodeGen/X86/movmsk-cmp.ll
llvm/test/CodeGen/X86/setcc-combine.ll
llvm/test/CodeGen/X86/xor-lea.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122754.419398.patch
Type: text/x-patch
Size: 10422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220331/8f26ff26/attachment.bin>
More information about the llvm-commits
mailing list