[PATCH] D137069: [AArch64] Support all extend op for pattern: (ExtendNode - Y) + Z --> (Z - Y) + ExtendNode

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 23:16:12 PDT 2022


bcl5980 updated this revision to Diff 472849.
bcl5980 retitled this revision from "[AArch64] Support all extend op pattern for (ExtendNode - Y) + Z --> (Z - Y) + ExtendNode " to "[AArch64] Support all extend op for pattern: (ExtendNode - Y) + Z --> (Z - Y) + ExtendNode ".
bcl5980 added a comment.

minor format update.


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

https://reviews.llvm.org/D137069

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/addsub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137069.472849.patch
Type: text/x-patch
Size: 6271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221103/b7852b37/attachment.bin>


More information about the llvm-commits mailing list