[PATCH] D48971: [ARM] ParallelDSP: added statistics, NFC.

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 6 00:33:38 PDT 2018


SjoerdMeijer added inline comments.


================
Comment at: test/CodeGen/ARM/smlad11.ll:1
-; RUN: opt -mtriple=arm-arm-eabi -mcpu=cortex-m33 < %s -parallel-dsp -S | FileCheck %s
+; RUN: opt -mtriple=arm-arm-eabi -mcpu=cortex-m33 < %s -arm-parallel-dsp -S -stats 2>&1 | FileCheck %s
 ;
----------------
dmgreen wrote:
> Does this now need REQUIRES: asserts or something like it?
Ah yes, good point, thanks! 
I will add REQUIRES only here, and remove -stats from the other test cases before committing. Because I would like to have the (other) test running in as many configurations as possible, and this one is pretty similar to the first two tests.


https://reviews.llvm.org/D48971





More information about the llvm-commits mailing list