diff options
| author | Tobias Grosser <tobias@grosser.es> | 2017-08-07 22:10:23 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2017-08-07 22:10:23 +0000 |
| commit | 736c44c848a02c3d2bc94156a0d320f799ca18b5 (patch) | |
| tree | e9aa40159b25bf69801b35caa533e16f13e33fd1 | |
| parent | 32f64ed22b007d778e1738eb33759449ab4d2323 (diff) | |
| download | bcm5719-llvm-736c44c848a02c3d2bc94156a0d320f799ca18b5.tar.gz bcm5719-llvm-736c44c848a02c3d2bc94156a0d320f799ca18b5.zip | |
[test] Add some missing options that become necessary after the recent default changes
llvm-svn: 310315
| -rw-r--r-- | polly/test/DeLICM/reduction_overapproximate.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/DeLICM/reduction_overapproximate.ll b/polly/test/DeLICM/reduction_overapproximate.ll index 6a01136359d..8e20e2935e0 100644 --- a/polly/test/DeLICM/reduction_overapproximate.ll +++ b/polly/test/DeLICM/reduction_overapproximate.ll @@ -1,5 +1,5 @@ -; RUN: opt %loadPolly -polly-flatten-schedule -polly-delicm-compute-known=true -polly-delicm-overapproximate-writes=true -polly-delicm -analyze < %s | FileCheck %s --check-prefix=APPROX -; RUN: opt %loadPolly -polly-flatten-schedule -polly-delicm-compute-known=true -polly-delicm-overapproximate-writes=false -polly-delicm -analyze < %s | FileCheck %s --check-prefix=EXACT +; RUN: opt %loadPolly -polly-flatten-schedule -polly-delicm-compute-known=true -polly-delicm-overapproximate-writes=true -polly-delicm-partial-writes=false -polly-delicm -analyze < %s | FileCheck %s --check-prefix=APPROX +; RUN: opt %loadPolly -polly-flatten-schedule -polly-delicm-compute-known=true -polly-delicm-overapproximate-writes=false -polly-delicm-partial-writes=false -polly-delicm -analyze < %s | FileCheck %s --check-prefix=EXACT ; RUN: opt %loadPolly -polly-flatten-schedule -polly-delicm-compute-known=true -polly-delicm-partial-writes=true -polly-delicm -analyze < %s | FileCheck %s --check-prefix=PARTIAL ; ; void func(double *A { |

