[PATCH] D40254: [MI scheduler] Fix VADD in cortex-a57 model

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 09:44:17 PST 2017


javed.absar added inline comments.


================
Comment at: test/CodeGen/ARM/cortex-a57-misched-vadd.ll:3
+; RUN: llc < %s -mtriple=armv8r-eabi -mcpu=cortex-a57 -misched-postra -enable-misched -verify-misched -debug-only=machine-scheduler -o - 2>&1 > /dev/null | FileCheck %s
+
+; CHECK:        SU(8): {{.*}} VADDv4i32
----------------
Please add  CHECK-LABEL to separate the tests for the two functions below


Repository:
  rL LLVM

https://reviews.llvm.org/D40254





More information about the llvm-commits mailing list