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

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 06:18:50 PST 2022


bcl5980 updated this revision to Diff 473982.
bcl5980 retitled this revision from "[AArch64] Support all extend op for pattern: (ExtendNode - Y) + Z --> (Z - Y) + ExtendNode " to "[AArch64] Support all extend/shift op for pattern: (ExtendOrShfitNode - Y) + Z --> (Z - Y) + ExtendOrShfitNode".

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.473982.patch
Type: text/x-patch
Size: 5562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221108/2f53fb93/attachment.bin>


More information about the llvm-commits mailing list