[PATCH] D63257: [ARM] Select MVE fp add and sub

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 02:14:12 PDT 2019


SjoerdMeijer added inline comments.


================
Comment at: llvm/test/CodeGen/Thumb2/mve-simple-arith.ll:34
 
+define arm_aapcs_vfpcc <8 x half> @add_float16_t(<8 x half> %src1, <8 x half> %src2) {
+; CHECK-LABEL: add_float16_t:
----------------
do we need to test this when we only have ` -mattr=+mve`?


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

https://reviews.llvm.org/D63257





More information about the llvm-commits mailing list