mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Fix test/Transforms/LoopVectorize/AArch64/strict-fadd-vf1.ll.
It was writing to the source directory (which may not be writeable), rather than using %t. Fixes: a5dd6c6cf935 ("[LoopVectorize] Don't interleave scalar ordered reductions for inner loops")
This commit is contained in:
parent
091e720912
commit
9aacda281c
@ -1,6 +1,6 @@
|
|||||||
; REQUIRES: asserts
|
; REQUIRES: asserts
|
||||||
; RUN: opt -loop-vectorize -enable-strict-reductions=true -force-vector-width=1 -S < %s -debug 2>log | FileCheck %s
|
; RUN: opt -loop-vectorize -enable-strict-reductions=true -force-vector-width=1 -S < %s -debug 2> %t.debug | FileCheck %s
|
||||||
; RUN: cat log | FileCheck %s --check-prefix=CHECK-DEBUG
|
; RUN: cat %t.debug | FileCheck %s --check-prefix=CHECK-DEBUG
|
||||||
|
|
||||||
target triple = "aarch64-unknown-linux-gnu"
|
target triple = "aarch64-unknown-linux-gnu"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user