Skip to content

Commit

Permalink
Delete remnants of PhaseOrderPipeline.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715554329
  • Loading branch information
SandSnip3r authored and tensorflower-gardener committed Jan 14, 2025
1 parent 30e98fc commit bdd0c54
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions third_party/xla/xla/hlo/pass/hlo_pass_pipeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ limitations under the License.

namespace xla {

class PhaseOrderPipeline;

// Pipeline of HLO passes.
class HloPassPipeline : public HloPassInterface {
public:
Expand Down Expand Up @@ -164,10 +162,6 @@ class HloPassPipeline : public HloPassInterface {
// Default stats instance for when one is not passed in the constructor.
// Use via compilation_stats_, not directly.
std::unique_ptr<CompilationStats> empty_compilation_stats_;

// Allow PhaseOrderPipeline to modify private passes_ member in order to
// perform PhaseOrdering.
friend class ::xla::PhaseOrderPipeline;
};

} // namespace xla
Expand Down

0 comments on commit bdd0c54

Please sign in to comment.