This is an archive of the discontinued LLVM Phabricator instance.

[NewPM][CodeGen] Port MIRPrinter to NewPM
AcceptedPublic

Authored by ychen on Jul 10 2020, 7:17 PM.

Details

Diff Detail

Event Timeline

ychen created this revision.Jul 10 2020, 7:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2020, 7:17 PM

Should we get the llc testing infra working with the NPM before porting passes?

llvm/include/llvm/CodeGen/MIRPrinter.h
38

I thought this was only for analysis passes

ychen added a comment.Dec 9 2020, 12:40 PM

Should we get the llc testing infra working with the NPM before porting passes?

Yes, we could. I thought it was a straightforward porting and D67687 depends on it. Somehow I could make D67687 not depend on this. Yeah, let's do this later.

arsenm accepted this revision.Feb 28 2022, 10:13 AM
This revision is now accepted and ready to land.Feb 28 2022, 10:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2022, 1:55 PM