[mlir][TD] update more tests to use the "main" interpreter pass (#76963)

Update several tests under mlir/test/Dialect/Transform to use the "main"
transform interpreter pass with named entry points rather than the test
interpreter pass.

This helped discover a logic error in the expensive checks mechanism
that was exiting too early.

GitOrigin-RevId: 71c17424b5d5c22c0ce6b4c41acaa0401515baca
5 files changed
tree: 8e02a61b6fb2f64ebccf1e45bad6b942be9d652f
  1. benchmark/
  2. cmake/
  3. docs/
  4. examples/
  5. include/
  6. lib/
  7. python/
  8. test/
  9. tools/
  10. unittests/
  11. utils/
  12. .clang-format
  13. .clang-tidy
  14. CMakeLists.txt
  15. LICENSE.TXT
  16. README.md
README.md

Multi-Level Intermediate Representation

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