The bufferization driver was previously using a GreedyPatternRewriter. This was problematic because bufferization must traverse ops top-to-bottom. The GreedyPatternRewriter was previously configured via useTopDownTraversal, but this was a hack; this API was just meant for performance improvements and should not affect the result of the rewrite.
Depends On D123617
I deleted this test case because I think it does make sense.