[PATCH] D112204: [AArch64] Fold neg(csel(neg(a), b)) to csel(a, neg(b))

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 01:59:48 PST 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd6a9eec23825: [AARCH64][DAGCombine] Add combine for negation of CSEL absolute value pattern. (authored by sunho, committed by dmgreen).

Changed prior to commit:
  https://reviews.llvm.org/D112204?vs=381165&id=410483#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112204

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/neg-abs.ll
  llvm/test/CodeGen/AArch64/neg-selects.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112204.410483.patch
Type: text/x-patch
Size: 3754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220222/5d70e6c6/attachment-0001.bin>


More information about the llvm-commits mailing list