[PATCH] D59215: [ARM][ParallelDSP] Enable multiple uses of loads

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 08:55:55 PDT 2019


samparker marked an inline comment as done.
samparker added inline comments.


================
Comment at: test/CodeGen/ARM/ParallelDSP/remove-duplicate-loads.ll:1
-; RUN: opt -mtriple=thumbv7em -arm-parallel-dsp -verify %s -S -o - | FileCheck %s
+; RUN: opt -mtriple=thumbv7em -arm-parallel-dsp -verify %s -S -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-OPT
+; RUN: llc -mtriple=thumbv7em %s -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-LLC
----------------
SjoerdMeijer wrote:
> Was wondering if was confusing to have both OPT and LLC tests in one file, also there appears to be only 1 LLC test?
Yeah, I'll update this patch now that I've abandoned the parent and this can become another smlad* test.


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

https://reviews.llvm.org/D59215





More information about the llvm-commits mailing list