[PATCH] D97276: [CodeGen] Canonicalise adds/subs of i1 vectors using XOR

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 01:27:55 PST 2021


david-arm updated this revision to Diff 326014.
david-arm retitled this revision from "[CodeGen] Canonicalise adds of i1 vectors using XOR" to "[CodeGen] Canonicalise adds/subs of i1 vectors using XOR".
david-arm edited the summary of this revision.
david-arm added a comment.

- Also canonicalised SUB of two predicate vectors to using XOR.


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

https://reviews.llvm.org/D97276

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/test/CodeGen/AArch64/sve-pred-arith.ll
  llvm/test/CodeGen/X86/avx512-mask-op.ll
  llvm/test/CodeGen/X86/avx512bw-mask-op.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97276.326014.patch
Type: text/x-patch
Size: 22526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210224/e2b063fc/attachment.bin>


More information about the llvm-commits mailing list