[PATCH] D148672: Fix i1 vector reduction miscompilation
Markus Everling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 19 02:55:44 PDT 2023
Sp00ph updated this revision to Diff 514877.
Sp00ph added a comment.
Use `getBooleanContents` to decide how to extend the vectors. Also update some codegen tests which I forgot to update in the previous revision.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148672/new/
https://reviews.llvm.org/D148672
Files:
llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
llvm/test/CodeGen/AArch64/illegal-floating-point-vector-compares.ll
llvm/test/CodeGen/AArch64/reduce-and.ll
llvm/test/CodeGen/AArch64/reduce-or.ll
llvm/test/CodeGen/AArch64/sve-fixed-length-ptest.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: D148672.514877.patch
Type: text/x-patch
Size: 9439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230419/df771a32/attachment.bin>
More information about the llvm-commits
mailing list