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