summaryrefslogtreecommitdiffstats
path: root/polly/test/GPGPU/invariant-load-hoisting-of-array.ll
Commit message (Collapse)AuthorAgeFilesLines
* [NFC] Add 'REQUIRES: pollyacc' on ↵Siddharth Bhat2017-08-011-0/+2
| | | | | | | | 'test/GPGPU/invariant-load-hoisting-of-array.ll' - Should fix broken build due to `r309681`. llvm-svn: 309686
* [PPCGCodeGeneration] Correct usage of llvm::Value with getLatestValue.Siddharth Bhat2017-08-011-0/+100
It is possible that the `HostPtr` that coresponds to an array could be invariant load hoisted. Make sure we use the invariant load hoisted value by using `IslNodeBuilder::getLatestValue`. Differential Revision: https://reviews.llvm.org/D36001 llvm-svn: 309681
OpenPOWER on IntegriCloud