GPGPU: Disable invariant load hoisting for GPU code generation
commit37f536056818cd6a3cecacc3b8612a5a528c69ed
authorTobias Grosser <tobias@grosser.es>
Tue, 19 Jul 2016 11:13:58 +0000 (19 11:13 +0000)
committerTobias Grosser <tobias@grosser.es>
Tue, 19 Jul 2016 11:13:58 +0000 (19 11:13 +0000)
tree1fd8640cf153880645a0311d599797c53f3a0bc8
parent79ff78f3bbf54d3d7f61eab59b6a71f50b90459e
GPGPU: Disable invariant load hoisting for GPU code generation

This simplifies the upcoming patches to add code generation for ScopStmts. Load
hoisting support will later be added in a separate commit. This commit will
be implicitly tested by the subsequent GPGPU changes.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@275969 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/RegisterPasses.cpp