diff polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 79ff65ed7e25
children 1f2b6ac9f198
line wrap: on
line diff
--- a/polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll	Wed Jul 21 10:27:27 2021 +0900
+++ b/polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll	Wed Nov 09 17:45:10 2022 +0900
@@ -1,7 +1,7 @@
-; RUN: opt %loadPolly -basic-aa -polly-stmt-granularity=bb -polly-scops -analyze -polly-allow-modref-calls \
-; RUN:  < %s | FileCheck %s
+; RUN: opt %loadPolly -basic-aa -polly-stmt-granularity=bb -polly-print-scops -polly-allow-modref-calls \
+; RUN:     -disable-output < %s | FileCheck %s
 ; RUN: opt %loadPolly -basic-aa -polly-stmt-granularity=bb -polly-codegen -polly-allow-modref-calls \
-; RUN: -disable-output < %s
+; RUN:     -disable-output < %s
 ;
 ; Verify that we model the may-write access of the prefetch intrinsic
 ; correctly, thus that A is accessed by it but B is not.