- Print function name when ReturnOp verification fails
- This helps easily finding the invalid ReturnOp in an IR dump.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81513
[MLIR] Print function name when ReturnOp verification fails ClosedPublic Authored by jurahul on Jun 9 2020, 3:22 PM.
Details Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 10 2020, 11:09 AM Closed by commit rGa0dd5e876f20: [MLIR] Print function name when ReturnOp verification fails (authored by jurahul, committed by rriddle). · Explain WhyJun 10 2020, 5:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 269936 mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/test/IR/invalid.mlir
|
nit: Use a @ before the function names.