[mlir] Add a ControlFlowSink pass.
Control-Flow Sink moves operations whose only uses are in conditionally-executed regions into those regions so that paths in which their results are not needed do not perform unnecessary computation. Depends on D115087 Reviewed By: jpienaar, rriddle, bondhugula Differential Revision: https://reviews.llvm.org/D115088
Loading
Please sign in to comment