This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Move tblgen code generation to use functional forms of cast/isa
ClosedPublic

Authored by tpopp on May 25 2023, 7:41 AM.

Details

Summary

The method forms are deprecated. This updates the rest of the tblgen
uses of methods where a function call is available.

Context:

Diff Detail

Event Timeline

tpopp created this revision.May 25 2023, 7:41 AM
Herald added a project: Restricted Project. · View Herald Transcript
tpopp requested review of this revision.May 25 2023, 7:41 AM
rriddle accepted this revision.May 25 2023, 9:06 AM
This revision is now accepted and ready to land.May 25 2023, 9:06 AM
tpopp closed this revision.May 25 2023, 10:53 PM