The canonicalize command-line options currently have no effect, as the pass is
reading the pass options in its constructor, before they're actually
initialized. This results in the default values of the options always being used.
The change here moves the initialization of the GreedyRewriteConfig out of the
constructor, so that it runs after the pass options have been parsed.
Fixes #55466
I'll remove the print here, but any thoughts on how/whether to add a test for this?