1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Attempt to fix vecreduce-propagate-sd-flags.ll test.

Buildbots have been failing since r327079.

llvm-svn: 327100
This commit is contained in:
Matt Morehouse 2018-03-09 02:04:30 +00:00
parent 6da48b2bee
commit 2b690a0c14

View File

@ -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.