[all-commits] [llvm/llvm-project] 3e6ae7: [mlir] Non-void lambda does not return a value in ...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Mon Nov 20 17:12:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e6ae77950e90d9795bd53bd57797d83f1c89aee
https://github.com/llvm/llvm-project/commit/3e6ae77950e90d9795bd53bd57797d83f1c89aee
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
Log Message:
-----------
[mlir] Non-void lambda does not return a value in all control paths in yieldReplacementForFusedProducer (NFC)
/llvm-project/mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp:703:5: error: non-void lambda does not return a value in all
control paths [-Werror,-Wreturn-type]
};
^
1 error generated.
More information about the All-commits
mailing list