[PATCH] D118595: [AARCH64][DAGCombine] Add combine for negation of CSEL absolute value pattern.

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 14:06:43 PST 2022


sunho updated this revision to Diff 405437.
sunho added a comment.

Use simpler pattern based on https://reviews.llvm.org/D112204


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

https://reviews.llvm.org/D118595

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: D118595.405437.patch
Type: text/x-patch
Size: 5603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220202/0403ca67/attachment.bin>


More information about the llvm-commits mailing list