[all-commits] [llvm/llvm-project] 710f4b: [mlir] add missing include to MemRefTransformOps.h
ftynse via All-commits
all-commits at lists.llvm.org
Thu May 16 01:27:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 710f4bd054a857dd25012c9fef0cb66104f17ec0
https://github.com/llvm/llvm-project/commit/710f4bd054a857dd25012c9fef0cb66104f17ec0
Author: Alex Zinenko <ftynse at gmail.com>
Date: 2024-05-16 (Thu, 16 May 2024)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/TransformOps/MemRefTransformOps.h
Log Message:
-----------
[mlir] add missing include to MemRefTransformOps.h
The ODS-generated code has the following:
```
::mlir::TypedValue<::mlir::transform::OperationType> getAlloca() {
return ::llvm::cast<::mlir::TypedValue<::mlir::transform::OperationType>>(
*getODSOperands(0).begin());
}
```
that may require the compiler seing the definition of `OperationType` so
include the corresponding header.
Commit: 51403ada789e63e98e0dd5ac0ceba351465490d1
https://github.com/llvm/llvm-project/commit/51403ada789e63e98e0dd5ac0ceba351465490d1
Author: Alex Zinenko <ftynse at gmail.com>
Date: 2024-05-16 (Thu, 16 May 2024)
Changed paths:
M mlir/docs/Dialects/Transform.md
Log Message:
-----------
[mlir] fix orphaned IRDLExtensionOps documentation
.md files should be included into other .md files so they don't show up in the
top-level menu.
Compare: https://github.com/llvm/llvm-project/compare/0ea178b085ba...51403ada789e
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list