[PATCH] D100241: [WebAssembly] Update v128.any_true
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 11 10:49:06 PDT 2021
tlively added a comment.
`all_true` returns true if all lanes are non-zero, not just if all lanes are -1. So if there are just a few bits set throughout the vector, whether all lanes are non-zero might depend on the lane interpretation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100241/new/
https://reviews.llvm.org/D100241
More information about the llvm-commits
mailing list