From 5a91fc6f743659ad30f8f5c42aef8d1056e5e3d5 Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Fri, 9 Mar 2018 02:04:30 +0000 Subject: [PATCH] Attempt to fix vecreduce-propagate-sd-flags.ll test. Buildbots have been failing since r327079. llvm-svn: 327100 --- llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll b/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll index 32adf513e47b..44f54745fd11 100644 --- a/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll +++ b/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll @@ -1,6 +1,6 @@ ; REQUIRES: arm-registered-target ; REQUIRES: asserts -; RUN: llc %s -debug-only=legalize-types 2>&1 | FileCheck %s +; RUN: llc -o /dev/null %s -debug-only=legalize-types 2>&1 | FileCheck %s ; This test check that when v4f64 gets broken down to two v2f64 it maintains ; the "nnan" flags.