This is an archive of the discontinued LLVM Phabricator instance.

[GVN] add GVN parameters parsing to new pass manager
ClosedPublic

Authored by fedor.sergeev on Jan 14 2020, 11:58 PM.

Details

Summary

Introduce parsing, add a few instances of parameter use into GVN-PRE tests.

Diff Detail

Event Timeline

fedor.sergeev created this revision.Jan 14 2020, 11:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 14 2020, 11:58 PM
skatkov added inline comments.Jan 15 2020, 12:22 AM
llvm/lib/Passes/PassRegistry.def
195–196

Do you need this one now?

removed old pass entry

fedor.sergeev marked an inline comment as done.Jan 15 2020, 1:49 PM
skatkov accepted this revision.Jan 15 2020, 6:04 PM
This revision is now accepted and ready to land.Jan 15 2020, 6:04 PM
This revision was automatically updated to reflect the committed changes.