The verifier field is deprecated, and slated for removal.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118816
[mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier` ClosedPublic Authored by rriddle on Feb 2 2022, 10:11 AM.
Details Summary The verifier field is deprecated, and slated for removal.
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 21 others. · View Herald TranscriptFeb 2 2022, 10:11 AM rriddle retitled this revision from [mlir] Update Toy operations to use `hasVerifier` instead of `verifier` to [mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier`. Closed by commit rG4e190c58de7b: [mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier` (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 405332 mlir/docs/Tutorials/Toy/Ch-2.md
mlir/examples/toy/Ch2/include/toy/Ops.td
mlir/examples/toy/Ch2/mlir/Dialect.cpp
mlir/examples/toy/Ch3/include/toy/Ops.td
mlir/examples/toy/Ch3/mlir/Dialect.cpp
mlir/examples/toy/Ch4/include/toy/Ops.td
mlir/examples/toy/Ch4/mlir/Dialect.cpp
mlir/examples/toy/Ch5/include/toy/Ops.td
mlir/examples/toy/Ch5/mlir/Dialect.cpp
mlir/examples/toy/Ch6/include/toy/Ops.td
mlir/examples/toy/Ch6/mlir/Dialect.cpp
mlir/examples/toy/Ch7/include/toy/Ops.td
mlir/examples/toy/Ch7/mlir/Dialect.cpp
|