[PATCH] D68127: [ARM] Add a vrinta.f16.f16 alias

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 04:09:42 PDT 2019


dmgreen added a comment.

No... The v8-a ARMARM seems to use "vrinta.f16" names. For both Neon and VFP.

8.1-m seems to use "vrinta.f16.f16" for VFP but "vrinta.f16" for MVE.

I'm guessing that's where the alias came from, an attempt to cover both bases.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68127/new/

https://reviews.llvm.org/D68127





More information about the llvm-commits mailing list