[all-commits] [llvm/llvm-project] d32ec5: mlir/VectorToGPU: use std::optional (NFC)
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Sun Nov 27 13:32:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d32ec5232c9eef1a4172e461f9c482b094416079
https://github.com/llvm/llvm-project/commit/d32ec5232c9eef1a4172e461f9c482b094416079
Author: Ramkumar Ramachandra <r at artagnon.com>
Date: 2022-11-27 (Sun, 27 Nov 2022)
Changed paths:
M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
Log Message:
-----------
mlir/VectorToGPU: use std::optional (NFC)
This is part of an effort to migrate from llvm::Optional to std::optional:
See also: https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
Signed-off-by: Ramkumar Ramachandra <r at artagnon.com>
Commit: 537137ece1dd0c155e893f551bf50c00d2e0ab9b
https://github.com/llvm/llvm-project/commit/537137ece1dd0c155e893f551bf50c00d2e0ab9b
Author: Ramkumar Ramachandra <r at artagnon.com>
Date: 2022-11-27 (Sun, 27 Nov 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
Log Message:
-----------
mlir/linalg: use std::optional
This is part of an effort to migrate from llvm::Optional to std::optional:
See also: https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
Signed-off-by: Ramkumar Ramachandra <r at artagnon.com>
Compare: https://github.com/llvm/llvm-project/compare/ae634b16e901...537137ece1dd
More information about the All-commits
mailing list