This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Expose region equivalence check through OperationEquivalence
ClosedPublic

Authored by frgossen on Feb 24 2023, 8:02 AM.

Diff Detail

Event Timeline

frgossen created this revision.Feb 24 2023, 8:02 AM
Herald added a project: Restricted Project. · View Herald Transcript
frgossen requested review of this revision.Feb 24 2023, 8:02 AM
pifon2a accepted this revision.Feb 26 2023, 11:03 PM
This revision is now accepted and ready to land.Feb 26 2023, 11:03 PM
rriddle added inline comments.Feb 27 2023, 10:15 AM
mlir/lib/IR/OperationSupport.cpp
711

Please wrap this in an anonymous namespace.

826

Please remove the /*static*/ thing here and above.