More rodinia optimization
- Add option to
const-inline
to not inline collections. - Add clean-up pass to predication to rewrite boolean selects to and/or ops.
- Misc. scheduling work on rodinia.
Edited by rarbore2
const-inline
to not inline collections.