[PATCH] D63567: [ARM] Mve vector shuffles

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 04:35:30 PDT 2019


dmgreen added inline comments.


================
Comment at: llvm/test/CodeGen/Thumb2/mve-shuffle.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -O3 -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=+mve.fp %s -o - | FileCheck %s
+
----------------
SjoerdMeijer wrote:
> Do we need tests when we don't have HasMVEInt? Or is that not really useful (or done elsewhere already)?
Yeah, This certainly sounds like something that should work. We may need to make some adjustments first to the calling convention and what is a legal type.


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

https://reviews.llvm.org/D63567





More information about the llvm-commits mailing list