This is an archive of the discontinued LLVM Phabricator instance.

[Delinearization][NewPM] Port delinearization to NPM
ClosedPublic

Authored by aeubanks on Sep 15 2020, 9:23 PM.

Details

Summary

Also make tests in Analysis/Delinearization work under NPM.

Diff Detail

Event Timeline

aeubanks created this revision.Sep 15 2020, 9:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2020, 9:24 PM
aeubanks requested review of this revision.Sep 15 2020, 9:24 PM
asbirlea accepted this revision.Sep 21 2020, 5:33 PM
asbirlea added inline comments.
llvm/lib/Analysis/Delinearization.cpp
59

s/PrintDelinearization/printDelinearization

Make this static?

This revision is now accepted and ready to land.Sep 21 2020, 5:33 PM
aeubanks updated this revision to Diff 293306.Sep 21 2020, 5:58 PM

rename

llvm/lib/Analysis/Delinearization.cpp
59

Renamed.
This is in an anonymous namespace.

This revision was landed with ongoing or failed builds.Sep 21 2020, 6:00 PM
This revision was automatically updated to reflect the committed changes.