[all-commits] [llvm/llvm-project] cd8cdb: [mlir] Fix unqualified call to 'std::move' in Tran...
Jie Fu via All-commits
all-commits at lists.llvm.org
Fri Jun 2 07:07:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd8cdbd9154ac5d3cc4e7cd8a9bbda42cd35dfad
https://github.com/llvm/llvm-project/commit/cd8cdbd9154ac5d3cc4e7cd8a9bbda42cd35dfad
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
Log Message:
-----------
[mlir] Fix unqualified call to 'std::move' in TransformOps.cpp
/data/llvm-project/mlir/lib/Dialect/Transform/IR/TransformOps.cpp:230:35: error: unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call]
patterns.try_emplace(attr, [f = move(fn)](RewritePatternSet &patternSet) {
^
std::
1 error generated.
More information about the All-commits
mailing list