[all-commits] [llvm/llvm-project] 47cf00: [mlir] Fix win build by using has_value() instead ...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Wed Aug 10 08:50:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47cf00407669b0d67f6ffd74c3b39433934752d8
https://github.com/llvm/llvm-project/commit/47cf00407669b0d67f6ffd74c3b39433934752d8
Author: Alexander Belyaev <pifon at google.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Log Message:
-----------
[mlir] Fix win build by using has_value() instead of hasValue() for Optional.
More information about the All-commits
mailing list