[all-commits] [llvm/llvm-project] 2049b2: [MLIR] Fix compiler warnings (NFC)
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Wed Jul 5 00:50:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2049b2adfe573853c48e797927485c4c6ea97203
https://github.com/llvm/llvm-project/commit/2049b2adfe573853c48e797927485c4c6ea97203
Author: Lorenzo Chelini <l.chelini at icloud.com>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Padding.cpp
M mlir/lib/Dialect/NVGPU/TransformOps/NVGPUTransformOps.cpp
M mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp
M mlir/test/lib/Dialect/Tensor/TestTensorTransforms.cpp
Log Message:
-----------
[MLIR] Fix compiler warnings (NFC)
In `TestTensorTransforms.cpp` `replaced` is nullptr I assumed the intent
was to emit the error for the `rootOp`.
In `TransformInterfaces.cpp` there were some uninitialized variables.
In `NVGPUTransformOps.cpp` `matmulOp` was never used.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D154439
More information about the All-commits
mailing list