[PATCH] D62266: [DAGCombine][X86][AArch64][ARM] (C - x) + y -> (y - x) + C fold
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 04:03:16 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL362487: [DAGCombine][X86][AArch64][ARM] (C - x) + y -> (y - x) + C fold (authored by lebedevri, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D62266?vs=202545&id=202902#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62266/new/
https://reviews.llvm.org/D62266
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/ARM/addsubcarry-promotion.ll
llvm/trunk/test/CodeGen/X86/shift-amount-mod.ll
llvm/trunk/test/CodeGen/X86/sink-addsub-of-const.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62266.202902.patch
Type: text/x-patch
Size: 15044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190604/530213e2/attachment.bin>
More information about the llvm-commits
mailing list