Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] Add 'REQUIRES: pollyacc' on ↵ | Siddharth Bhat | 2017-08-01 | 1 | -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 Bhat | 2017-08-01 | 1 | -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 |