[all-commits] [llvm/llvm-project] e3ed9e: [mlir] add missing include to MemRefTransformOps.h...
ftynse via All-commits
all-commits at lists.llvm.org
Fri May 24 00:33:21 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3ed9e30b7b7102daf37f9464efc06b3d2e1a160
https://github.com/llvm/llvm-project/commit/e3ed9e30b7b7102daf37f9464efc06b3d2e1a160
Author: Oleksandr "Alex" Zinenko <git at ozinenko.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
Log Message:
-----------
[mlir] add missing include to MemRefTransformOps.h (#92361)
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.
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