[PATCH] D63870: [ARM] MVE minnm and maxnm instructions
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 03:55:31 PDT 2019
SjoerdMeijer added inline comments.
================
Comment at: llvm/test/CodeGen/Thumb2/mve-minmax.ll:4
+; RUN: llc -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=+mve.fp -verify-machineinstrs %s -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-MVEFP
+
+define arm_aapcs_vfpcc <4 x float> @maxnm_float32_t(<4 x float> %src1, <4 x float> %src2) {
----------------
I am going to be annoying and ask the same question again.... I know all this gets selected when we have `HasMVEFloat`, but is it perhaps useful to check what happens when we only have `-mattr=+mve`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63870/new/
https://reviews.llvm.org/D63870
More information about the llvm-commits
mailing list