[PATCH] D66295: [ARM] Sink add/mul(shufflevector(insertelement(...), ...), ...) for MVE instruction selection

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 07:17:59 PDT 2019


samtebbs added inline comments.


================
Comment at: llvm/test/Transforms/CodeGenPrepare/ARM/sink-add-mul-shufflevector.ll:1
+; RUN: opt -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=+mve.fp < %s -codegenprepare -S | FileCheck -check-prefix=CHECK %s
+
----------------
samparker wrote:
> Since we have codegen support for vmla, could you also add an llc line here to test that vmlas are generated in loops.
I've added loop tests to the vmla test file


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

https://reviews.llvm.org/D66295





More information about the llvm-commits mailing list