GPGPU: Disable invariant load hoisting for GPU code generation
authorTobias Grosser <tobias@grosser.es>
Tue, 19 Jul 2016 11:13:58 +0000 (11:13 +0000)
committerTobias Grosser <tobias@grosser.es>
Tue, 19 Jul 2016 11:13:58 +0000 (11:13 +0000)
commit22117a8913debfc2d12671031b537753e7c9bb78
treed3243543968fba26c3dd61fdcbc257664073b36e
parent38784128751e4b2522c7b6cfd0aee2519e0014df
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.

llvm-svn: 275969
polly/lib/Support/RegisterPasses.cpp