[PATCH] D51160: Adjust MIScheduler to use ProcResource counts
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 10 13:39:41 PDT 2018
javed.absar added inline comments.
================
Comment at: test/CodeGen/ARM/proc_resouces_schedule.ll:1
+; RUN: llc -mtriple=arm-linux-none-eabi -O3 -mcpu=cortex-r52 --debug 2>&1 < %s | FileCheck %s
+
----------------
The filename has a typo 'resouces'.
Also, it may be helpful to add a comment at the top of this file on what exactly is being tested.
https://reviews.llvm.org/D51160
More information about the llvm-commits
mailing list