Jordan Rupprecht d7b96fa2f8
[mlir][linalg][test] Fix flaky test linalg-morph-category-ops.mlir (#153080)
This is another followup to a test added in #148424 that I missed in
#152805

This test runs `mlir-opt %s | mlir-opt %s | FileCheck` to test the round
trip behavior, but the second command takes input from the pipe, not the
lit test, so it should be `mlir-opt %s | mlir-opt | FileCheck`.
2025-08-11 13:32:25 -07:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.