diff options
author | Philip Pfaffe <philip.pfaffe@gmail.com> | 2017-04-07 12:55:26 +0000 |
---|---|---|
committer | Philip Pfaffe <philip.pfaffe@gmail.com> | 2017-04-07 12:55:26 +0000 |
commit | 78265cd2379f5e995745a3c0870bf5af91c158c7 (patch) | |
tree | 2b05a175a3ef40e9bd8707c5a3737a3f2a7f8783 /polly/test/ScheduleOptimizer | |
parent | 0bc5e02799aa9fdd4bd90f568d9696da8cbfc275 (diff) | |
download | bcm5719-llvm-78265cd2379f5e995745a3c0870bf5af91c158c7.tar.gz bcm5719-llvm-78265cd2379f5e995745a3c0870bf5af91c158c7.zip |
Fix missing .git/indexloadPolly in ensure-correct-tile-sizes testcase
llvm-svn: 299765
Diffstat (limited to 'polly/test/ScheduleOptimizer')
-rw-r--r-- | polly/test/ScheduleOptimizer/ensure-correct-tile-sizes.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScheduleOptimizer/ensure-correct-tile-sizes.ll b/polly/test/ScheduleOptimizer/ensure-correct-tile-sizes.ll index b79587f9409..a7d47d47747 100644 --- a/polly/test/ScheduleOptimizer/ensure-correct-tile-sizes.ll +++ b/polly/test/ScheduleOptimizer/ensure-correct-tile-sizes.ll @@ -1,4 +1,4 @@ -; RUN: opt -analyze -polly-process-unprofitable -polly-remarks-minimal \ +; RUN: opt %loadPolly -analyze -polly-process-unprofitable -polly-remarks-minimal \ ; RUN: -polly-opt-isl -polly-pattern-matching-based-opts=true \ ; RUN: -polly-target-throughput-vector-fma=1 \ ; RUN: -polly-target-latency-vector-fma=1 \ |