Target Specific Transform Parameters

I have some changes to the loop vectorizer that are target specific. I can plumb a control knob through PassContext but preferably it would be driven by a target attribute. Is there a place that default values for PassContext config values can be specified using the target? The target does not seem to be passed directly into CreatePassList called by LowerModule.