[PATCH] D62691: [DAGCombine] ((c1-A)-c2) -> ((c1-c2)-A) constant-fold

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 12:25:29 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362135: [DAGCombine] ((c1-A)-c2) -> ((c1-c2)-A)  constant-fold (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62691?vs=202235&id=202274#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D62691

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/AArch64/addsub-constant-folding.ll
  llvm/trunk/test/CodeGen/X86/addsub-constant-folding.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62691.202274.patch
Type: text/x-patch
Size: 6086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/d6df8f1b/attachment.bin>


More information about the llvm-commits mailing list