[PATCH] D62774: [DAGCombine][X86][AArch64][MIPS][LANAI] (C - x) - y -> C - (x + y) fold (PR41952)

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 04:03:31 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362488: [DAGCombine][X86][AArch64][MIPS][LANAI] (C - x) - y  ->  C - (x + y) fold… (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62774?vs=202546&id=202903#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62774/new/

https://reviews.llvm.org/D62774

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/Lanai/constant_multiply.ll
  llvm/trunk/test/CodeGen/Mips/const-mult.ll
  llvm/trunk/test/CodeGen/Mips/madd-msub.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: D62774.202903.patch
Type: text/x-patch
Size: 11956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190604/fa2c5853/attachment.bin>


More information about the llvm-commits mailing list