mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
Fix broken test from r225159.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||||
|
|
||||||
; RUN: opt < %s -S -loop-vectorize -debug-only=loop-vectorize 2>&1 | FileCheck %s
|
; RUN: opt < %s -S -loop-vectorize -debug-only=loop-vectorize 2>&1 | FileCheck %s
|
||||||
|
; REQUIRES: asserts
|
||||||
; CHECK: LV: Can't vectorize due to memory conflicts
|
; CHECK: LV: Can't vectorize due to memory conflicts
|
||||||
|
|
||||||
define void @test_loop_novect(double** %arr, i64 %n) {
|
define void @test_loop_novect(double** %arr, i64 %n) {
|
||||||
|
Reference in New Issue
Block a user