diff options
| author | Siddharth Bhat <siddu.druid@gmail.com> | 2017-08-01 14:52:18 +0000 |
|---|---|---|
| committer | Siddharth Bhat <siddu.druid@gmail.com> | 2017-08-01 14:52:18 +0000 |
| commit | 1ec9cba4e3bd5e101e3e993faa375b177e37134f (patch) | |
| tree | 7b37ef7a18ff77f92c5678eac9cb0c380f3d6301 | |
| parent | c2be8636819587a8b2ee875eae86271b431d705c (diff) | |
| download | bcm5719-llvm-1ec9cba4e3bd5e101e3e993faa375b177e37134f.tar.gz bcm5719-llvm-1ec9cba4e3bd5e101e3e993faa375b177e37134f.zip | |
[NFC] Add 'REQUIRES: pollyacc' on 'test/GPGPU/invariant-load-hoisting-of-array.ll'
- Should fix broken build due to `r309681`.
llvm-svn: 309686
| -rw-r--r-- | polly/test/GPGPU/invariant-load-hoisting-of-array.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/test/GPGPU/invariant-load-hoisting-of-array.ll b/polly/test/GPGPU/invariant-load-hoisting-of-array.ll index 21bf81365d6..3aaa4ae300c 100644 --- a/polly/test/GPGPU/invariant-load-hoisting-of-array.ll +++ b/polly/test/GPGPU/invariant-load-hoisting-of-array.ll @@ -4,6 +4,8 @@ ; RUN: opt %loadPolly -S -polly-codegen-ppcg \ ; RUN: -polly-invariant-load-hoisting < %s | FileCheck %s -check-prefix=HOST-IR +; REQUIRES: pollyacc + ; Entry: Contains (%loaded.ptr.preload.s2a = alloca double*) which is ; | invariant load hoisted `%loaded.ptr` ; v |

