[mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier`
authorRiver Riddle <riddleriver@gmail.com>
Wed, 2 Feb 2022 18:05:01 +0000 (10:05 -0800)
committerRiver Riddle <riddleriver@gmail.com>
Wed, 2 Feb 2022 21:34:28 +0000 (13:34 -0800)
commit4e190c58de7b52a0d6b2052a96c6f5933cb50b47
tree94dc63b66e68962a3073ca860ca6e6c40583b75a
parent42e5f1d97b3ecf6f967a0e63ca39f05d3262e2b2
[mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier`

The verifier field is deprecated, and slated for removal.

Differential Revision: https://reviews.llvm.org/D118816
13 files changed:
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