Mercurial > hg > CbC > CbC_llvm
comparison polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll @ 221:79ff65ed7e25
LLVM12 Original
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Jun 2021 19:15:29 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
comparison
equal
deleted
inserted
replaced
220:42394fc6a535 | 221:79ff65ed7e25 |
---|---|
1 ; RUN: opt %loadPolly -basicaa -polly-stmt-granularity=bb -polly-scops -analyze -polly-allow-modref-calls \ | 1 ; RUN: opt %loadPolly -basic-aa -polly-stmt-granularity=bb -polly-scops -analyze -polly-allow-modref-calls \ |
2 ; RUN: < %s | FileCheck %s | 2 ; RUN: < %s | FileCheck %s |
3 ; RUN: opt %loadPolly -basicaa -polly-stmt-granularity=bb -polly-codegen -polly-allow-modref-calls \ | 3 ; RUN: opt %loadPolly -basic-aa -polly-stmt-granularity=bb -polly-codegen -polly-allow-modref-calls \ |
4 ; RUN: -disable-output < %s | 4 ; RUN: -disable-output < %s |
5 ; | 5 ; |
6 ; Verify that we model the may-write access of the prefetch intrinsic | 6 ; Verify that we model the may-write access of the prefetch intrinsic |
7 ; correctly, thus that A is accessed by it but B is not. | 7 ; correctly, thus that A is accessed by it but B is not. |
8 ; | 8 ; |