This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Update cast/isa method calls to function calls
ClosedPublic

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

Details

Summary

This updates the rest (at implementation) of MLIR's use of cast/isa
method calls where function calls are possible and automatic refactoring
is not. These changes occured in .td files or in macros.

Context:

Diff Detail

Event Timeline

tpopp created this revision.May 25 2023, 7:42 AM
tpopp requested review of this revision.May 25 2023, 7:42 AM
rriddle accepted this revision.May 25 2023, 9:17 AM
This revision is now accepted and ready to land.May 25 2023, 9:17 AM
tpopp closed this revision.May 25 2023, 10:54 PM