[mlir] Use a range-based for loop (NFC) (#139756)

WHile I am at it, this patch replaces std::find with
llvm::is_contained.
GitOrigin-RevId: db9e30735a39d4823624bd1fdff81673598dbdc9
1 file changed
tree: 4d9adf28e783016fec6626db973ce9ae64bd039d
  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.