Skip to content

Commit

Permalink
[X86] vector-reduce-and-cmp.ll - and reductions should compare agains…
Browse files Browse the repository at this point in the history
…t -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).
  • Loading branch information
RKSimon committed Apr 1, 2023
1 parent 88c744e commit 8340b41
Showing 1 changed file with 90 additions and 90 deletions.

0 comments on commit 8340b41

Please sign in to comment.