[PATCH] D27521: AArch64 Cortex-A57 FDIV/FSQRT scheduling fix (W-unit)

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 01:56:58 PST 2016


rovka added inline comments.


================
Comment at: test/CodeGen/AArch64/arm64-misched-A57-div-fix.ll:5
+;
+; RUN: llc < %s -mtriple=arm64-linux-gnu -mcpu=cortex-a57 -enable-misched -verify-misched -debug-only=misched -o - 2>&1 > /dev/null | not grep A57UnitX
+
----------------
Tests shouldn't rely on grep, please use FileCheck instead.
http://llvm.org/docs/TestingGuide.html#writing-new-regression-tests


https://reviews.llvm.org/D27521





More information about the llvm-commits mailing list