[PATCH] D63870: [ARM] MVE minnm and maxnm instructions

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 09:05:57 PDT 2019


dmgreen added a comment.

That test was added in rL365496 <https://reviews.llvm.org/rL365496>, to show MVE codegen where no fp instructions are present. This case would be like that without any fpu, just with more __aeabi_fcmpgt and movne's. I think this at least shows the expansion is happening correctly (plus is sidesteps an issues with these being turned into selects, which are not handled yet).


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

https://reviews.llvm.org/D63870





More information about the llvm-commits mailing list