[PATCH] D60708: [ARM] Code-generation infrastructure for MVE.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 09:26:54 PDT 2019


dmgreen accepted this revision.
dmgreen added a comment.

Nice one



================
Comment at: llvm/test/CodeGen/Thumb2/mve-bitcasts.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 %s -o - | FileCheck %s
+
----------------
This test might as well get a -mattr=+mve line too, if we expect the output to be the same.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60708





More information about the llvm-commits mailing list