[Mlir-commits] [mlir] [mlir] Use StringRef::find (NFC) (PR #139659)

Kazu Hirata llvmlistbot at llvm.org
Tue May 13 00:30:35 PDT 2025


kazutakahirata wrote:

We can use a new feature of `std::find` that accepts anything that can be converted to `std::string_view`, so we do not need to create `StringRef` here.

https://github.com/llvm/llvm-project/pull/139659


More information about the Mlir-commits mailing list