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.
Paths
| Differential D154439
[MLIR] Fix compiler warnings (NFC) ClosedPublic Authored by chelini on Jul 4 2023, 5:53 AM.
Details Summary In TestTensorTransforms.cpp replaced is nullptr I assumed the intent In TransformInterfaces.cpp there were some uninitialized variables. In NVGPUTransformOps.cpp matmulOp was never used.
Diff Detail
Event Timelineftynse added inline comments. This revision is now accepted and ready to land.Jul 4 2023, 6:20 AM Closed by commit rG2049b2adfe57: [MLIR] Fix compiler warnings (NFC) (authored by chelini). · Explain WhyJul 5 2023, 12:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 537070 mlir/lib/Dialect/Linalg/Transforms/Padding.cpp
mlir/lib/Dialect/NVGPU/TransformOps/NVGPUTransformOps.cpp
mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp
mlir/test/lib/Dialect/Tensor/TestTensorTransforms.cpp
|
This parenthesation is confusing.