[PATCH] D128996: [LegalizeTypes] Replace vecreduce_xor/or/and with vecreduce_add/umax/umin if not legal
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 02:48:49 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG60d6be5dd3f4: [LegalizeTypes] Replace vecreduce_xor/or/and with vecreduce_add/umax/umin if… (authored by bsmith).
Changed prior to commit:
https://reviews.llvm.org/D128996?vs=441698&id=442829#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128996/new/
https://reviews.llvm.org/D128996
Files:
llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/reduce-and.ll
llvm/test/CodeGen/AArch64/reduce-or.ll
llvm/test/CodeGen/AArch64/reduce-xor.ll
llvm/test/CodeGen/AArch64/vecreduce-and-legalization.ll
llvm/test/CodeGen/AArch64/vecreduce-umax-legalization.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128996.442829.patch
Type: text/x-patch
Size: 17230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220707/a68e37ff/attachment.bin>
More information about the llvm-commits
mailing list