[PATCH] D62252: [DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fold
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 10:51:20 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL361853: [DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fold (authored by lebedevri, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D62252?vs=201695&id=201709#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62252/new/
https://reviews.llvm.org/D62252
Files:
llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/trunk/test/CodeGen/AArch64/shift-amount-mod.ll
llvm/trunk/test/CodeGen/AArch64/sink-addsub-of-const.ll
llvm/trunk/test/CodeGen/SPARC/2013-05-17-CallFrame.ll
llvm/trunk/test/CodeGen/SystemZ/alloca-03.ll
llvm/trunk/test/CodeGen/X86/sink-addsub-of-const.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62252.201709.patch
Type: text/x-patch
Size: 6520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190528/1d3a17d7/attachment.bin>
More information about the llvm-commits
mailing list