[mlir][NFC] Update PDL operations to use `hasVerifier` instead of `verifier`
authorRiver Riddle <riddleriver@gmail.com>
Wed, 2 Feb 2022 18:24:43 +0000 (10:24 -0800)
committerRiver Riddle <riddleriver@gmail.com>
Wed, 2 Feb 2022 21:34:31 +0000 (13:34 -0800)
commit0d86e53e188490aa7ab8ff0f860dc12c48d7c2f4
tree9ff51612032813337c19f8eaa29ba98c24233c1c
parent094ede6d20dcccc65afba1657c874df3462bdf01
[mlir][NFC] Update PDL operations to use `hasVerifier` instead of `verifier`

The verifier field is deprecated, and slated for removal.

Differential Revision: https://reviews.llvm.org/D118828
mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
mlir/include/mlir/Dialect/PDLInterp/IR/PDLInterpOps.td
mlir/lib/Dialect/PDL/IR/PDL.cpp
mlir/lib/Dialect/PDLInterp/IR/PDLInterp.cpp