In the Transform dialect extensions, provide the separate mechanism to declare
dependent dialects (the dialects the transform IR depends on) and the generated
dialects (the dialects the payload IR may be transformed into). This allows to
postpone the loading of the generated dialects until the pass pipeline
involving the transform dialect is actually run, instead of loading them along
with the extension.
Depends On D128528