[Linalg] Fix bug in control function logic of push down extract pattern (#158348)

Current logic just bails out if the first extract producer fails the
control function, this PR fixes that.

Signed-off-by: Nirvedh Meshram <nirvedh@gmail.com>
GitOrigin-RevId: 9ac1f3420db82d7446449b8dd1e4ff07f93e7176
3 files changed
tree: 7f69c1085b0fc65c0cca87ecc0c260f3b77eac02
  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. Maintainers.md
  17. README.md
README.md

Multi-Level Intermediate Representation

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