[PATCH] D124224: [AArch64][SVE] Add some logical operation DestructiveBinaryComm patterns

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 04:51:54 PDT 2022


Allen updated this revision to Diff 424441.
Allen marked 2 inline comments as done.
Allen added a comment.

use DestructiveBinary as BIC (i.e. A & ~B) is not a commutative operation


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

https://reviews.llvm.org/D124224

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-merging.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124224.424441.patch
Type: text/x-patch
Size: 25708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220422/049305e7/attachment.bin>


More information about the llvm-commits mailing list