The condition that disallowed code generation in PPCGCodeGeneration with
invariant loads is not required. I haven't been able to construct a
counterexample where this generates invalid code.
Details
Details
- Reviewers
efriedma jdoerfert Meinersbur gareevroman sebpop • zinob huihuiz pollydev grosser - Commits
- rGa12f807f3366: [PPCGCodeGeneration] Enable GPU code generation with invariant loads.
rPLO306245: [PPCGCodeGeneration] Enable GPU code generation with invariant loads.
rL306245: [PPCGCodeGeneration] Enable GPU code generation with invariant loads.
Diff Detail
Diff Detail
- Build Status
Buildable 7573 Build 7573: arc lint + arc unit
Event Timeline
Comment Actions
Closed by commit r306245. For some reason, Phab did not auto-close this, even though commit contains:
Differential Revision: https://reviews.llvm.org/D34604
@grosser thanks for the fix with REQUIRES: pollyacc. I missed it :)
Comment Actions
We started with a minimal set of features and then enabled more and more as we found time to test them.