diff options
-rw-r--r-- | llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll b/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll index 32adf513e47..44f54745fd1 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. |