This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add CastInfo for mlir classes subclassing from PointerUnion
ClosedPublic

Authored by tpopp on May 25 2023, 9:27 PM.

Details

Summary

This is required to use the function variants of cast/isa/dyn_cast/etc
on them.

Context:

Diff Detail

Event Timeline

tpopp created this revision.May 25 2023, 9:27 PM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
tpopp requested review of this revision.May 25 2023, 9:27 PM
rriddle accepted this revision.May 25 2023, 10:05 PM
This revision is now accepted and ready to land.May 25 2023, 10:05 PM
tpopp closed this revision.May 25 2023, 10:54 PM