[PATCH] D143143: [AArch64] Reassociate sub(x, add(m1, m2)) to sub(sub(x, m1), m2)

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 10:09:26 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc52255d26a23: [AArch64] Reassociate sub(x, add(m1, m2)) to sub(sub(x, m1), m2) (authored by dmgreen).

Changed prior to commit:
  https://reviews.llvm.org/D143143?vs=494188&id=496539#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143143

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/arm64-vmul.ll
  llvm/test/CodeGen/AArch64/reassocmls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143143.496539.patch
Type: text/x-patch
Size: 9848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230210/d2808140/attachment-0001.bin>


More information about the llvm-commits mailing list