[all-commits] [llvm/llvm-project] 785807: [mlir][llvm] Fix attribute printer warning (NFC)(#...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon Dec 4 10:11:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78580715240e2744b2ba7995b532369a27bc76ac
https://github.com/llvm/llvm-project/commit/78580715240e2744b2ba7995b532369a27bc76ac
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMAttrs.cpp
Log Message:
-----------
[mlir][llvm] Fix attribute printer warning (NFC)(#74351)
This commit fixes a compilation warning caused by the printExpressionArg
function that previously returned LogicalResult instead of void.
The warning has been introduced by #73367.
More information about the All-commits
mailing list