[polly] r308501 - [FIX] Update test/ScheduleOptimizer/pattern-matching-based-opts_11.ll.
Roman Gareev via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 11:01:52 PDT 2017
Author: romangareev
Date: Wed Jul 19 11:01:51 2017
New Revision: 308501
URL: http://llvm.org/viewvc/llvm-project?rev=308501&view=rev
Log:
[FIX] Update test/ScheduleOptimizer/pattern-matching-based-opts_11.ll.
Modified:
polly/trunk/test/ScheduleOptimizer/pattern-matching-based-opts_11.ll
Modified: polly/trunk/test/ScheduleOptimizer/pattern-matching-based-opts_11.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScheduleOptimizer/pattern-matching-based-opts_11.ll?rev=308501&r1=308500&r2=308501&view=diff
==============================================================================
--- polly/trunk/test/ScheduleOptimizer/pattern-matching-based-opts_11.ll (original)
+++ polly/trunk/test/ScheduleOptimizer/pattern-matching-based-opts_11.ll Wed Jul 19 11:01:51 2017
@@ -10,6 +10,7 @@
; RUN: -polly-target-2nd-cache-level-size=262144 \
; RUN: -polly-opt-isl -debug < %s 2>&1 \
; RUN: | FileCheck %s
+; REQUIRES: asserts
;
; Check that the pattern matching detects the matrix multiplication pattern
; in case scalar memory accesses were replaced by accesses to newly created
More information about the llvm-commits
mailing list