xla icon indicating copy to clipboard operation
xla copied to clipboard

Use std::optional instead of llvm::Optional

Open copybara-service[bot] opened this issue 2 years ago • 0 comments

Use std::optional instead of llvm::Optional

Note that llvm::Optional is just an alias for std::optional these days and have since been deprecated upstream in favor of std::optional.

copybara-service[bot] avatar Feb 18 '23 19:02 copybara-service[bot]