This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Rename LLVMOpsInterfaces.td to LLVMInterfaces.td (NFC).
ClosedPublic

Authored by gysit on Feb 27 2023, 7:32 AM.

Details

Summary

The revision renames LLVMOpsInterfaces.td since the the tablegen file
contains op and type interfaces.

Diff Detail

Event Timeline

gysit created this revision.Feb 27 2023, 7:32 AM
Herald added a project: Restricted Project. · View Herald Transcript
gysit requested review of this revision.Feb 27 2023, 7:32 AM

This revision factors out the interface tablegen file rename discussed in https://reviews.llvm.org/D144851.

Dinistro accepted this revision.Feb 27 2023, 8:25 AM

Thanks for splitting this into a separate revision. LGTM!

This revision is now accepted and ready to land.Feb 27 2023, 8:25 AM
ftynse accepted this revision.Feb 27 2023, 11:41 AM