This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Update GPU/SCF operations to use `hasVerifier` instead of `verifier`
ClosedPublic

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

Details

Summary

The verifier field is deprecated, and slated for removal.

Depends on D118826

Diff Detail

Event Timeline

rriddle created this revision.Feb 2 2022, 10:27 AM
rriddle requested review of this revision.Feb 2 2022, 10:27 AM

I think you should just directly push all these mechanical changes, this is really in line with the usual LLVM guidelines I believe.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 2 2022, 1:36 PM
This revision was automatically updated to reflect the committed changes.