The error message in the std.constant verifier for function-typed constants
had the name of the undefined function hardcoded to bar. Report the actual
name instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/StandardOps/IR/Ops.cpp | ||
---|---|---|
1124 | nit: Generally, the first part of the message gets passed as an argument to emitOpError... |
mlir/lib/Dialect/StandardOps/IR/Ops.cpp | ||
---|---|---|
1124 | I see two occurrences of passing the first part as argument and fifteen of using repeated operator<< in this file, so I prefer (at least local) consistency. |
nit: Generally, the first part of the message gets passed as an argument to emitOpError...