[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
Thu May 30 13:34:59 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362143: [DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C)  ->  (y - x) - C  fold. (authored by lebedevri, committed by ).

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.202287.patch
Type: text/x-patch
Size: 6520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/d0acd9f4/attachment-0001.bin>


More information about the llvm-commits mailing list