[PATCH] D85825: [ARM] Enabled VMLAV and Add instructions to use VMLAVA

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 05:16:02 PDT 2020


spatel added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/ARM/vmldava.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=thumbv8.1m.main -mattr=+mve.fp -verify-machineinstrs -o - %s | FileCheck %s
+
----------------
This is not the right test file for this patch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85825



More information about the llvm-commits mailing list