This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Update MemRef/Tensor operations to use `hasVerifier` instead of `verifier`
ClosedPublic

Authored by rriddle on Feb 2 2022, 10:19 AM.

Details

Summary

The verifier field is deprecated, and slated for removal.

Diff Detail

Event Timeline

rriddle created this revision.Feb 2 2022, 10:19 AM
rriddle requested review of this revision.Feb 2 2022, 10:19 AM
rriddle updated this revision to Diff 405348.Feb 2 2022, 10:27 AM
rriddle retitled this revision from [mlir] Update MemRef/Tensor operations to use `hasVerifier` instead of `verifier` to [mlir][NFC] Update MemRef/Tensor operations to use `hasVerifier` instead of `verifier`.
rriddle edited the summary of this revision. (Show Details)
nicolasvasilache accepted this revision.Feb 2 2022, 10:58 AM
This revision is now accepted and ready to land.Feb 2 2022, 10:58 AM