[PATCH] D40107: [AArch64] Remove obsoleted feature
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 08:25:07 PST 2017
evandro marked an inline comment as done.
evandro added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-ldp-cluster.ll:2
; REQUIRES: asserts
-; RUN: llc < %s -mtriple=arm64-linux-gnu -mcpu=cortex-a57 -verify-misched -debug-only=machine-scheduler -o - 2>&1 > /dev/null | FileCheck %s
-; RUN: llc < %s -mtriple=arm64-linux-gnu -mcpu=exynos-m1 -verify-misched -debug-only=machine-scheduler -o - 2>&1 > /dev/null | FileCheck --check-prefix=EXYNOS %s
+; RUN: llc < %s -mtriple=arm64-linux-gnu -mcpu=cortex-a57 -verify-misched -debug-only=machine-scheduler -o - 2>&1 > /dev/null | FileCheck %s --check-prefixes=CHECK,CORTEX
+; RUN: llc < %s -mtriple=arm64-linux-gnu -mcpu=exynos-m1 -verify-misched -debug-only=machine-scheduler -o - 2>&1 > /dev/null | FileCheck %s --check-prefixes=CHECK,EXYNOS
----------------
fhahn wrote:
> Are there any remaining CORTEX or EXYNOS check lines in this file?
Nope. Will update it.
Thank you.
Repository:
rL LLVM
https://reviews.llvm.org/D40107
More information about the llvm-commits
mailing list