Tests updated to explicitly use fast-isel at -O0 instead of implicitly.
We should properly fall back to selection-dag in the cases where we don't support some feature.
This change also allows an explicit -fast-isel option to override an implicitly enabled global-isel. Otherwise -fast-isel would have no effect at -O0.