[flang-commits] [flang] [mlir] [mlir] share argument attributes interface between calls and callables (PR #123176)
Tobias Gysi via flang-commits
flang-commits at lists.llvm.org
Sun Jan 26 23:17:37 PST 2025
================
@@ -350,9 +350,10 @@ void FuncOp::print(mlir::OpAsmPrinter &p) {
//===----------------------------------------------------------------------===//
void GenericCallOp::build(mlir::OpBuilder &builder, mlir::OperationState &state,
- StringRef callee, ArrayRef<mlir::Value> arguments) {
+ mlir::Type resultType, StringRef callee,
+ ArrayRef<mlir::Value> arguments) {
// Generic call always returns an unranked Tensor initially.
----------------
gysit wrote:
```suggestion
```
nit: This comment seems outdated after the change?
https://github.com/llvm/llvm-project/pull/123176
More information about the flang-commits
mailing list