We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af45d3 commit 91dd13bCopy full SHA for 91dd13b
mlir/lib/Dialect/SPIRV/IR/SPIRVTypes.cpp
@@ -1322,7 +1322,7 @@ struct spirv::detail::TensorArmTypeStorage final : TypeStorage {
1322
}
1323
1324
TensorArmTypeStorage(ArrayRef<int64_t> shape, Type elementType)
1325
- : shape(std::move(shape)), elementType(std::move(elementType)) {}
+ : shape(shape), elementType(elementType) {}
1326
1327
ArrayRef<int64_t> shape;
1328
Type elementType;
0 commit comments