[all-commits] [llvm/llvm-project] 8340b4: [X86] vector-reduce-and-cmp.ll - and reductions sh...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Apr 1 05:58:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8340b4140daf3c4a04b88524a5eae6a662089439
https://github.com/llvm/llvm-project/commit/8340b4140daf3c4a04b88524a5eae6a662089439
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-04-01 (Sat, 01 Apr 2023)
Changed paths:
M llvm/test/CodeGen/X86/vector-reduce-and-cmp.ll
Log Message:
-----------
[X86] vector-reduce-and-cmp.ll - and reductions should compare against -1 not 0 for allof style comparisons
Fix tests so we actually test what was intended to complement vector-reduce-or-cmp.ll - this was a copy+paste typo from the vector-reduce-or-cmp.ll file (where we should compare against 0) - comparing reduce_and against 0 doesn't tell us much (other than no common set bits).
More information about the All-commits
mailing list