commit | 73283ea55c94c96fc18bc4b9556c19c321324366 | [log] [tgz] |
---|---|---|
author | Oleksandr "Alex" Zinenko <zinenko@google.com> | Thu Jan 04 21:33:51 2024 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jan 04 12:35:38 2024 -0800 |
tree | 8e02a61b6fb2f64ebccf1e45bad6b942be9d652f | |
parent | e93af1c0a79a1be6d3053c5f7b5ad2f3be26d455 [diff] |
[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
See https://mlir.llvm.org/ for more information.