[PATCH] D63255: [ARM] Select MVE add and sub

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 07:17:04 PDT 2019


samparker added inline comments.


================
Comment at: llvm/test/CodeGen/Thumb2/mve-simple-arith.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=+mve.fp -verify-machineinstrs %s -o - | FileCheck %s
+
----------------
Is there a reason why we use mve.fp or integer tests?


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

https://reviews.llvm.org/D63255





More information about the llvm-commits mailing list