This is an IR expansion pass intended to allow targets to opt-in to using the experimental reduction intrinsics introduced in D30086.
Its purpose is to see the effects of switching to the intrinsics in the IR, so this pass should be added to a target's pass config late, just before codegen. The expansion should result in the same shufflevector sequence form that targets currently expect reductions to be in.