[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
Mon Jan 31 03:54:52 PST 2022


sunho created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Fixes https://github.com/llvm/llvm-project/issues/51558.

The changes were ported from https://reviews.llvm.org/D111858 with some differences specific to aarch64 backend.


https://reviews.llvm.org/D118595

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/aarch64-nabs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118595.404475.patch
Type: text/x-patch
Size: 4309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/83c066d7/attachment.bin>


More information about the llvm-commits mailing list