[PATCH] D76716: [ARM][MVE] Tail predicate VMAXV(unsigned) and VMAXAV
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 25 02:08:18 PDT 2020
SjoerdMeijer added a comment.
Thanks for that example! I asked this question because I expected the vmax and vmin to behave roughly the same. In your example, if you change the input and example from 0x00010203 to 0x04010203, then the VMAX will also give a different result after tail-predication, or am I still missing something?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76716/new/
https://reviews.llvm.org/D76716
More information about the llvm-commits
mailing list