1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Quick fix for the test from rL272014 "[LAA] Improve non-wrapping pointer

detection by handling loop-invariant case" (s couple of buildbots failed).

Patch by Roman Shirokiy.

llvm-svn: 272019
This commit is contained in:
Andrey Turetskiy 2016-06-07 15:52:35 +00:00
parent 860b042ccd
commit 09c70527ce

View File

@ -1,4 +1,4 @@
; RUN: opt -loop-vectorize -S < %s | FileCheck %s
; RUN: opt -loop-vectorize -force-vector-width=4 -S < %s | FileCheck %s
; This is the test case from PR26314.
; When we were retrying dependence checking with memchecks only,